privilegedemarque/tools/swift/Swift/FileException.php
Serveur preprod f0c0c48223 first push
2016-04-14 16:14:31 +02:00

23 lines
479 B
PHP
Executable File

<?php
/**
* Swift File Exception
* Please read the LICENSE file
* @copyright Chris Corbyn <chris@w3style.co.uk>
* @author Chris Corbyn <chris@w3style.co.uk>
* @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 <chris@w3style.co.uk>
*/
class Swift_FileException extends Swift_Exception
{
}