Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
trash
/
vhost_www.arlenshop.fr_1556185825
/
htdocs
/
tools
/
swift
/
Swift
/
//srv/data/trash/vhost_www.arlenshop.fr_1556185825/htdocs/tools/swift/Swift/ConnectionException.php
<?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 { }