Files
PrestaShop/tools/swift/Swift/FileException.php
T
aFolletete 10445ad61d // 1.5 branche creation
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@5881 b9a71923-0436-4b27-9f14-aed3839534dd
2011-04-12 18:24:40 +00:00

23 lines
479 B
PHP

<?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
{
}