InvalidDateException
extends InvalidArgumentException
in package
implements
InvalidArgumentException
Interfaces, Classes, Traits and Enums
Table of Contents
- $field : string
- The invalid field.
- $value : mixed
- The invalid value.
- __construct() : mixed
- Constructor.
- getField() : string
- Get the invalid field.
- getValue() : mixed
- Get the invalid value.
Properties
$field
The invalid field.
private
string
$field
$value
The invalid value.
private
mixed
$value
Methods
__construct()
Constructor.
public
__construct(string $field, mixed $value, int $code[, Exception|null $previous = null ]) : mixed
Parameters
- $field : string
- $value : mixed
- $code : int
- $previous : Exception|null = null
Return values
mixed —getField()
Get the invalid field.
public
getField() : string
Return values
string —getValue()
Get the invalid value.
public
getValue() : mixed