UndefinedUpVar type
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
F() { F inner() a; try { 1/0; a=1 }; inner }()() # ... Exception of type UndefinedUpVar ...