Prose\E5xx_ExpectFailed::__construct PHP Method

__construct() public method

public __construct ( $actionName, $expected, $found )
    public function __construct($actionName, $expected, $found)
    {
        $msg = "Action '{$actionName}' failed; expected '{$expected}', found '{$found}'";
        parent::__construct(500, $msg, $msg);
    }
E5xx_ExpectFailed