| <?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 | |
| { | |
| } | |
| ?> |