catch: Difference between revisions
Jump to navigation
Jump to search
m (catch controls the flow) |
(add info about _exception variable) |
||
Line 19: | Line 19: | ||
'''Description:''' | '''Description:''' | ||
Processes code | Processes code when an [[Exception handling|exception]] is thrown in a [[try]] block. | ||
The exception caught can be found in the _exception variable. |