UndefinedLocalVar type

Represents an error of reading undefined local variable.

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