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

Public Member Functions

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

Detailed Description

Base Exception class.

Author
Chris Corbyn

Definition at line 16 of file SwiftException.php.

Constructor & Destructor Documentation

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

Create a new SwiftException with $message.

Parameters
string$message
int$code
Exception$previous

Definition at line 25 of file SwiftException.php.