GNU Smalltalk Library Reference: SystemExceptions.NotFound class-accessing
1.179.1 SystemExceptions.NotFound class: accessing
-
- signalOn: value reason: aString
Raise an exception: reason specifies the reason of the exception.
- signalOn: value what: aString
Raise an exception; aString specifies what was not found (a key,
an object, a class, and so on).