blob: 09b15030be7061ff2cb1c1d82fc9c545e583f68d [file]
<?php
/**
* File containing the ezcWorkflowException 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
*/
/**
* General exception for the Workflow component.
*
* @package Workflow
* @version //autogen//
*/
abstract class ezcWorkflowException extends ezcBaseException
{
}
?>