UnsupportedValueException
extends InvalidArgumentException
implements
Exception
Table of Contents
Interfaces
- Exception
Properties
-
$value
: mixed
Methods
-
getValue()
: mixed
-
invalidDecodableValue()
: self
-
invalidEncodableValue()
: self
-
__construct()
: mixed
$value
private
mixed
$value
getValue()
public
getValue() : mixed
invalidDecodableValue()
public
static invalidDecodableValue(mixed $value) : self
Parameters
-
$value
: mixed
-
invalidEncodableValue()
public
static invalidEncodableValue(mixed $value) : self
Parameters
-
$value
: mixed
-
__construct()
private
__construct(string $message, mixed $value) : mixed
Parameters
-
$message
: string
-
-
$value
: mixed
-