Files
centrumcopy.com.pl/system/vendor/swift/Swift/BadResponseException.php
2026-04-30 14:38:11 +02:00

23 lines
549 B
PHP

<?php
/**
* Swift Bad Response Code 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_ConnectionException");
/**
* Swift Bad Response Exception
* @package Swift_Connection
* @author Chris Corbyn <chris@w3style.co.uk>
*/
class Swift_BadResponseException extends Swift_ConnectionException
{
}