-
Notifications
You must be signed in to change notification settings - Fork 1
UnexpectedTypeMismatch
Hyomoto edited this page Jun 13, 2021
·
2 revisions
Jump To | Go Back |
Arguments | Methods | Variables |
---|
Implements: Error
Thrown when a value is returned legally, but is not of the type expected.
Name | Type | Purpose |
---|---|---|
_call | 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 function ", _call, " expected type of ", _expected, " but recieved ", typeof( _value ), "." ) | No description. |
Devon Mullane 2020