class OutOfRangeException extendsInvalidArgumentException implementsInvalidArgumentException

Methods

__construct(string$unit,mixed$min,mixed$max,mixed$value,int$code =0,Throwable$previous =null)

Constructor.

mixed
getMax()

No description

mixed
getMin()

No description

mixed
getUnit()

No description

mixed
getValue()

No description

Details

at line60
__construct(string$unit,mixed$min,mixed$max,mixed$value,int$code =0,Throwable$previous =null)

Constructor.

Parameters

string $unit
mixed $min
mixed $max
mixed $value
int $code
Throwable $previous

at line73
mixed getMax()

Return Value

mixed

at line81
mixed getMin()

Return Value

mixed

at line89
mixed getUnit()

Return Value

mixed

at line97
mixed getValue()

Return Value

mixed