[Prev: with] [Home]
The interpreter supplies its own built-in exceptions, as well as recognizing user-defined exceptions. (See throw.)
The list of built-in exceptions is listed here:
ConstAssignException -- raised if an attempt is made to assign to a constant.
[Prev: with] [Home]