PHP Класс Sylius\Behat\Exception\NotificationExpectationMismatchException

Автор: Łukasz Chruściel ([email protected])
Наследование: extends RuntimeException
Показать файл Открыть проект

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

Метод Описание
__construct ( Sylius\Behat\NotificationType $expectedType, $expectedMessage, Sylius\Behat\NotificationType $actualType, $actualMessage, $code, Exception $previous = null )

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

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

public __construct ( Sylius\Behat\NotificationType $expectedType, $expectedMessage, Sylius\Behat\NotificationType $actualType, $actualMessage, $code, Exception $previous = null )
$expectedType Sylius\Behat\NotificationType
$actualType Sylius\Behat\NotificationType
$previous Exception