FileAccess Orion

OutOfRangeException extends InvalidArgumentException
in package
implements InvalidArgumentException

Interfaces, Classes, Traits and Enums

InvalidArgumentException

Table of Contents

$max  : mixed
The range maximum.
$min  : mixed
The range minimum.
$unit  : string
The unit or name of the value.
$value  : mixed
The invalid value.
__construct()  : mixed
Constructor.
getMax()  : mixed
getMin()  : mixed
getUnit()  : mixed
getValue()  : mixed

Properties

Methods

__construct()

Constructor.

public __construct(string $unit, mixed $min, mixed $max, mixed $value, int $code[, Exception|null $previous = null ]) : mixed
Parameters
$unit : string
$min : mixed
$max : mixed
$value : mixed
$code : int
$previous : Exception|null = null
Return values
mixed

Search results