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