Pionia Core

OutOfRangeException extends InvalidArgumentException
in package
implements InvalidArgumentException

Table of Contents

Interfaces

InvalidArgumentException

Properties

$max  : mixed
The range maximum.
$min  : mixed
The range minimum.
$unit  : string
The unit or name of the value.
$value  : mixed
The invalid value.

Methods

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

        
On this page

Search results