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/SwiftException.php';
14 * I/O Exception class.
16 * @author Chris Corbyn
18 class Swift_IoException
extends Swift_SwiftException
22 * Create a new IoException with $message.
23 * @param string $message
25 public function __construct($message)
27 parent
::__construct($message);