Avail feature updated
[ninja.git] / application / vendor / swiftmailer / classes / Swift / IoException.php
blob88a5b0dd65770682a81565f44525772ceae60668
1 <?php
3 /*
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.
9 */
11 //@require 'Swift/SwiftException.php';
13 /**
14 * I/O Exception class.
15 * @package Swift
16 * @author Chris Corbyn
18 class Swift_IoException extends Swift_SwiftException
21 /**
22 * Create a new IoException with $message.
23 * @param string $message
25 public function __construct($message)
27 parent::__construct($message);