. */ require_once 'phing/BuildException.php'; /** * The base class of all exceptions thrown by the engine. * * @author Hans Lellelid (Propel) * @author Daniel Rall (Torque) * @author Jason van Zyl (Torque) * @version $Revision: 536 $ * @package propel.engine */ class EngineException extends BuildException {}