PHPSpec\Matcher\BasicMatcher::getNegativeFailureException PHP Method

getNegativeFailureException() abstract protected method

abstract protected getNegativeFailureException ( string $name, mixed $subject, array $arguments ) : PhpSpec\Exception\Example\FailureException
$name string
$subject mixed
$arguments array
return PhpSpec\Exception\Example\FailureException
    protected abstract function getNegativeFailureException($name, $subject, array $arguments);