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

Public Member Functions

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

Detailed Description

RFC Compliance Exception class.

Author
Chris Corbyn

Definition at line 16 of file RfcComplianceException.php.

Constructor & Destructor Documentation

__construct (   $message)

Create a new RfcComplianceException with $message.

Parameters
string$message

Definition at line 23 of file RfcComplianceException.php.