Class BadArgumentType
An exception raised when a function meets an argument of an unsupported type.
- Exception implements Throwable
-
Punic\Exception
-
Punic\Exception\BadArgumentType
Methods summary
public
|
#
__construct( mixed $argumentValue, string $destinationTypeDescription, Exception $previous = null )
Initializes the instance. |
public
mixed
|
|
public
string|array<string>
|
Methods inherited from Exception
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()