blob: cdf61cfbc82967c19e9c6bcb9db3944ee954eb82 [file]
<?php
/**
* File containing the ezcWorkflowInvalidWorkflowException class.
*
* @package Workflow
* @version //autogen//
* @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
* The exception thrown when the definition of a workflow is invalid.
*
* @package Workflow
* @version //autogen//
*/
class ezcWorkflowInvalidWorkflowException extends ezcWorkflowDefinitionStorageException
{
}
?>