class InvalidDateException extendsInvalidArgumentException implementsInvalidArgumentException

Methods

__construct(string$field,mixed$value,int$code =0,Throwable$previous =null)

Constructor.

string
getField()

Get the invalid field.

mixed
getValue()

Get the invalid value.

Details

at line41
__construct(string$field,mixed$value,int$code =0,Throwable$previous =null)

Constructor.

Parameters

string $field
mixed $value
int $code
Throwable $previous

at line53
string getField()

Get the invalid field.

Return Value

string

at line63
mixed getValue()

Get the invalid value.

Return Value

mixed