-
Notifications
You must be signed in to change notification settings - Fork 1
BadScriptFormat
Hyomoto edited this page Jun 24, 2021
·
1 revision
Jump To | Go Back |
Arguments | Methods | Variables |
---|
Implements: Error
Returned when a search is made for a value that doesn't exist in a data structure.
Name | Type | Purpose |
---|---|---|
_type | undef |
No description |
_source | undef |
No description |
_line_number | undef |
No description |
_line | undef |
No description |
Jump To | top |
---|
Jump To | top |
---|
Name | Type | Initial | Purpose |
---|---|---|---|
message | undef |
conc( _type, " at line ", _line_number, " in " + _source + "!\n>> " + _line) | No description. |
Devon Mullane 2020