SwitchFail type

Represents missing appropriate eswitch/econd/ematch clause.

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