Method | Description | |
---|---|---|
__construct ( mixed $type, Exception $cause = null ) | Construct a new invalid type exception. | |
type ( ) : mixed | Get the type. |
public __construct ( mixed $type, Exception $cause = null ) | ||
$type | mixed | The type. |
$cause | Exception | The cause, if available. |