PhpSpec\Formatter\Presenter\SimplePresenter::presentException PHP 메소드

presentException() 공개 메소드

public presentException ( Exception $exception, boolean $verbose = false ) : string
$exception Exception
$verbose boolean
리턴 string
    public function presentException(\Exception $exception, $verbose = false)
    {
        return $this->exceptionPresenter->presentException($exception, $verbose);
    }