ProtoObjectObjectWAPresenterWAComponentWATaskWAExceptionTest
| instance | class |
|---|---|
| as yet unclassified | no messages
|
| as yet unclassified |
|---|
| go |
[(self confirm: 'Raise an exception?') ifTrue: [self error: 'foo']] on: Error do: [:e | self inform: 'Caught: ', e asString] |