phpDocumentor

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

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

Search results