raoul2000\workflow\base\WorkflowException::getName PHP Метод

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

get the name of this exception
public getName ( ) : string
Результат string the user-friendly name of this exception
    public function getName()
    {
        return 'Workflow Exception';
    }
WorkflowException