Skip to content

UnexpectedTypeMismatch

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

UnexpectedTypeMismatch( _call, _value, _expected )

Implements: Error

Thrown when a value is returned legally, but is not of the type expected.

Arguments

Name Type Purpose
_call 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 function ", _call, " expected type of ", _expected, " but recieved ", typeof( _value ), "." ) No description.
Clone this wiki locally