RosettaCodeData/Task/Exceptions/00DESCRIPTION

13 lines
252 B
Text
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
{{Control Structures}}
2015-02-20 00:35:01 -05:00
{{omit from|Euphoria}}
{{omit from|M4}}
{{omit from|Retro}}
This task is to give an example of an exception handling routine
and to "throw" a new exception.
2013-04-10 16:57:12 -07:00
2017-09-23 10:01:46 +02:00
;Related task:
*   [[Exceptions Through Nested Calls]]
<br><br>