-
Notifications
You must be signed in to change notification settings - Fork 2
ValueNotFound
Hyomoto edited this page Jun 13, 2021
·
2 revisions
| 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 |
|---|---|---|
| _call | undef |
No description |
| _value | undef |
No description |
| _index | undef |
No description |
| Jump To | top |
|---|
| Jump To | top |
|---|
| Name | Type | Initial | Purpose |
|---|---|---|---|
| message | undef |
conc( "The value(", _value, ") provided to function "", _call, "" didn't exist in the structure." ) | No description. |
| index | undef |
_index | No description. |
Devon Mullane 2020