raoul2000\workflow\base\WorkflowException::getName PHP Method

getName() public method

get the name of this exception
public getName ( ) : string
return string the user-friendly name of this exception
    public function getName()
    {
        return 'Workflow Exception';
    }
WorkflowException