TYPO3  7.6
Public Member Functions | List of all members
Swift_IoException Class Reference
Inheritance diagram for Swift_IoException:
Swift_SwiftException Swift_Plugins_Pop_Pop3Exception Swift_TransportException

Public Member Functions

 __construct ($message, $code=0, Exception $previous=null)
 
- Public Member Functions inherited from Swift_SwiftException
 __construct ($message, $code=0, Exception $previous=null)
 

Detailed Description

I/O Exception class.

Author
Chris Corbyn

Definition at line 16 of file IoException.php.

Constructor & Destructor Documentation

__construct (   $message,
  $code = 0,
Exception  $previous = null 
)

Create a new IoException with $message.

Parameters
string$message
int$code
Exception$previous

Definition at line 25 of file IoException.php.