CastingException extends RuntimeException
FinalYes
Properties
Methods
- __construct() : mixed
Properties
$reason read-only
public
string|null
$reason
= null
$type read-only
public
Type
$type
$value read-only
public
mixed
$value
Methods
__construct()
public
__construct(mixed $value, Type<string|int, mixed> $type[, null|Throwable $previous = null ][, null|string $reason = null ]) : mixed
Parameters
- $value : mixed
- $type : Type<string|int, mixed>
- $previous : null|Throwable = null
- $reason : null|string = null