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

Public Member Functions

 __construct ($message)
 
- 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

Pop3Exception thrown when an error occurs connecting to a POP3 host.

Author
Chris Corbyn

Definition at line 16 of file Pop3Exception.php.

Constructor & Destructor Documentation

__construct (   $message)

Create a new Pop3Exception with $message.

Parameters
string$message

Definition at line 23 of file Pop3Exception.php.