Public Member Functions | |
__construct ($strExpected, $mixedValue) | |
exception if the given parameter has an unexpected data-type
Definition at line 10 of file UnexpectedParameterTypeException.class.php.
DDDBL\UnexpectedParameterTypeException::__construct | ( | $strExpected, | |
$mixedValue | |||
) |
$strExpected | - the expected datatype |
$mixedValue | - the given parameter |
determines the datatype of the given parameter and creates and stores the exception message
Definition at line 20 of file UnexpectedParameterTypeException.class.php.