PHP Class Sylius\Behat\Exception\NotificationExpectationMismatchException

Author: Łukasz Chruściel ([email protected])
Inheritance: extends RuntimeException
Show file Open project: sylius/sylius

Public Methods

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

Method Details

__construct() public method

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