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

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

public getPriority ( ) : integer
Результат integer
    public function getPriority()
    {
        return 60;
    }
BaseExceptionTypePresenter