RequestedQuantityBelowMinimumException
extends Exception
in package
Class RequestedQuantityBelowMinimumException
Table of Contents
- $minOrder : float
- $productId : int
- $requested : float
- __construct() : mixed
- RequestedQuantityBelowMinimumException constructor.
- minOrder() : float
- productId() : int
- requested() : float
Properties
$minOrder
private
float
$minOrder
$productId
private
int
$productId
$requested
private
float
$requested
Methods
__construct()
RequestedQuantityBelowMinimumException constructor.
public
__construct(int $productId, float $requested, float $minOrder, Exception $previous) : mixed
Parameters
- $productId : int
- $requested : float
- $minOrder : float
- $previous : Exception
Return values
mixed —minOrder()
public
minOrder() : float
Return values
float —productId()
public
productId() : int
Return values
int —requested()
public
requested() : float