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

__construct() public method

public __construct ( )
    public function __construct()
    {
        return parent::__construct('No starting node in current workflow');
    }
NoStartingNodeBuilderException