PHP Класс Sonata\Component\Payment\InvalidTransactionException

Автор: Hugo Briand ([email protected])
Наследование: extends InvalidArgumentException
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( string $orderReference = null, integer $code, Exception $previous = null ) Constructor.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( string $orderReference = null, integer $code, Exception $previous = null )
$orderReference string
$code integer
$previous Exception