Smalltalk/X WebserverDocumentation of class 'CannotReturnError': | |
Class: CannotReturnErrorInheritance:Object | +--GenericException | +--Exception | +--Error | +--ProceedableError | +--ExecutionError | +--ContextError | +--CannotReturnError
Description:Raised if a method which was compiled non-resumable is asked to return. As non-resumable code is faster and shorter, the compilers do not generate resumable code by default. Resumability can be enforced by a compiler switch or via a #return/#resume directive. |
|
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 04:46:16 GMT |