Skip to content

InvalidArgumentType

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

InvalidArgumentType( _call, _arg, _value, _expected )

Implements: Error

Thrown when an argument is provided of the wrong type.

Arguments

Name Type Purpose
_call undef No description
_arg undef No description
_value undef No description
_expected undef No description

Methods

Jump To top

Variables

Jump To top
Name Type Initial Purpose
message undef conc( "The value(", _value, ") provided as argument ", _arg, " to function "", _call, "" was of the wrong type(got ", typeof( _value ), ", expected ", _expected, ")" ) No description.
Clone this wiki locally