-
Notifications
You must be signed in to change notification settings - Fork 1
InvalidArgumentType
Hyomoto edited this page Jun 13, 2021
·
2 revisions
Jump To | Go Back |
Arguments | Methods | Variables |
---|
Implements: Error
Thrown when an argument is provided of the wrong type.
Name | Type | Purpose |
---|---|---|
_call | undef |
No description |
_arg | undef |
No description |
_value | undef |
No description |
_expected | undef |
No description |
Jump To | top |
---|
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. |
Devon Mullane 2020