* @author Chris Corbyn * @package Swift * @license GNU Lesser General Public License */ require_once dirname(__FILE__) . "/ClassLoader.php"; Swift_ClassLoader::load("Swift_Exception"); /** * Swift File Exception * @package Swift * @author Chris Corbyn */ class Swift_FileException extends Swift_Exception { }