Projekt

Obecné

Profil

Stáhnout (519 Bajtů) Statistiky
| Větev: | Tag: | Revize:
<?php

/**
* Swift Connection Exception
* Please read the LICENSE file
* @copyright Chris Corbyn <chris@w3style.co.uk>
* @author Chris Corbyn <chris@w3style.co.uk>
* @package Swift_Connection
* @license GNU Lesser General Public License
*/

require_once dirname(__FILE__) . "/ClassLoader.php";
Swift_ClassLoader::load("Swift_Exception");

/**
* Swift Connection Exception
* @package Swift_Connection
* @author Chris Corbyn <chris@w3style.co.uk>
*/
class Swift_ConnectionException extends Swift_Exception
{
}
(11-11/20)