PhpSpec\Formatter\Presenter\Value\BaseExceptionTypePresenter::supports PHP Метод

supports() публичный Метод

public supports ( mixed $value ) : boolean
$value mixed
Результат boolean
    public function supports($value)
    {
        return $value instanceof \Exception;
    }
BaseExceptionTypePresenter