Class Swift_IoException

InheritanceSwift_IoException » Swift_SwiftException » Exception
SubclassesSwift_Plugins_Pop_Pop3Exception, Swift_TransportException

I/O Exception class.

Public Methods

Hide inherited methods

MethodDescriptionDefined By
__construct() Create a new IoException with $message. Swift_IoException

Method Details

__construct() public method

Create a new IoException with $message.

public void __construct ( $message, $code 0, Exception $previous null )
$message string
$code int
$previous Exception