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

Public Member Functions

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

Detailed Description

TransportException thrown when an error occurs in the Transport subsystem.

Author
Chris Corbyn

Definition at line 16 of file TransportException.php.

Constructor & Destructor Documentation

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

Create a new TransportException with $message.

Parameters
string$message
int$code
Exception$previous

Definition at line 25 of file TransportException.php.