PHPSpec2\Formatter\Presenter\StringPresenter::presentExceptionDifference PHP Method

presentExceptionDifference() protected method

protected presentExceptionDifference ( Exception $exception )
$exception Exception
    protected function presentExceptionDifference(Exception $exception)
    {
        return $this->differ->compare($exception->getExpected(), $exception->getActual());
    }