Alterway\Component\Workflow\Exception\NotInitializedWorkflowException::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        return parent::__construct('Workflow not initialized with a token');
    }
NotInitializedWorkflowException