Types

SwitchFail

Represents missing appropriate eswitch/econd/ematch clause.

Parent types

Example

{
    eswitch 10 {
        1 "a"
        2 "b"
    }
}
# ... Exception of type SwitchFail ...