SwitchFail type
Example
{ eswitch 10 { 1 "a" 2 "b" } } # ... Exception of type SwitchFail ...
Direct parent types
- Error
Represents an error. Usually more specific error types are used. Direct subtypes: 14
{ eswitch 10 { 1 "a" 2 "b" } } # ... Exception of type SwitchFail ...