4 * This file is part of SwiftMailer.
5 * (c) 2004-2009 Chris Corbyn
7 * For the full copyright and license information, please view the LICENSE
8 * file that was distributed with this source code.
11 //@require 'Swift/IoException.php';
14 * TransportException thrown when an error occurs in the Transport subsystem.
16 * @subpackage Transport
17 * @author Chris Corbyn
19 class Swift_TransportException
extends Swift_IoException
23 * Create a new TransportException with $message.
24 * @param string $message
26 public function __construct($message)
28 parent
::__construct($message);