<?php
/**
* This file is part of oTranCe released under the GNU/GPL 2 license
* http://www.otrance.org
*
* @package oTranCe
* @subpackage Setup_Application
* @version SVN: $Rev: 2265 $
* @author $Author: dsb $
*/
require_once 'Setup/Exception.php';
/**
* Exception class for errors while running the setup application.
*
* @package oTranCe
* @subpackage Setup_Application
*/
class Setup_Application_Exception extends Setup_Exception
{
}