Types

UndefinedLocalVar

Represents an error of reading undefined local variable.

Parent types

Example

F f() {echo(a); a=1}
f()
# ... Exception of type UndefinedLocalVar ...