UnexpectedValueException
extends UnexpectedTypeException
in package
Base RuntimeException for the Validator component.
Tags
Table of Contents
- $expectedType : mixed
- __construct() : mixed
- getExpectedType() : string
Properties
$expectedType
private
mixed
$expectedType
Methods
__construct()
public
__construct(mixed $value, string $expectedType) : mixed
Parameters
- $value : mixed
- $expectedType : string
Return values
mixed —getExpectedType()
public
getExpectedType() : string