Alterway\Component\Workflow\Exception\NotInitializedWorkflowException::__construct PHP 메소드

__construct() 공개 메소드

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