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: 10
Methods
- exception_specific_message(ulv:UndefinedLocalVar) Source: stdlib.ngs:7958
Format UndefinedLocalVar exception message. Returns
Lines