Pionia Core

InvalidDateException extends InvalidArgumentException
in package
implements InvalidArgumentException

Table of Contents

Interfaces

InvalidArgumentException

Properties

$field  : string
The invalid field.
$value  : mixed
The invalid value.

Methods

__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 = 0 ][, Throwable|null $previous = null ]) : mixed
Parameters
$field : string
$value : mixed
$code : int = 0
$previous : Throwable|null = null

        
On this page

Search results