UndefinedUpVar type

Represents an error of reading undefined upvar variable.

Example

F() { F inner() a; try { 1/0; a=1 }; inner }()()
# ... Exception of type UndefinedUpVar ...

Direct parent types

Exception
Represents exceptional situaution. All thrown things shouhld inherit Exception.
Direct subtypes: 10