FileAccess Orion

InvalidDateException extends InvalidArgumentException
in package
implements InvalidArgumentException

Interfaces, Classes, Traits and Enums

InvalidArgumentException

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

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

Search results