UndefinedLocalVar type
Example
F f() {echo(a); a=1} f() # ... Exception of type UndefinedLocalVar ...
Direct parent types
- Exception
Represents exceptional situaution. All thrown things shouhld inherit Exception. Direct subtypes: 15
F f() {echo(a); a=1} f() # ... Exception of type UndefinedLocalVar ...