by Sean Fielding / on 23 May, 2022
Exceptions (Part 1) – When Things Go Bump in the Middle of the Night
What is an exception? An exception is an error that disrupts the normal flow of code execution or flow execution. For example, attempting to populate a string field with a value longer than its maximum length, will result in a STRING_TOO_LONG exception. In a