Skip to content

ValueNotFound

Hyomoto edited this page Jun 13, 2021 · 2 revisions
Jump To Go Back Arguments Methods Variables

ValueNotFound( _call, _value, _index )

Implements: Error

Returned when a search is made for a value that doesn't exist in a data structure.

Arguments

Name Type Purpose
_call undef No description
_value undef No description
_index undef No description

Methods

Jump To top

Variables

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.
Clone this wiki locally