Zeta Components Manual :: Docs For Class ezcMailException
Mail::ezcMailException
Class ezcMailException
ezcMailExceptions are thrown when an exceptional state occures in the Mail package.
Source for this file: /Mail/src/exceptions/mail_exception.php
Exception
|
--ezcBaseException
|
--ezcMailException
Descendants
| Child Class |
Description |
|---|
| ezcMailTransportException |
Transport exceptions are thrown when either sending or receiving mail transports fail to do their job properly.
|
| ezcMailNoSuchMessageException |
The ezcMailNoSuchMessageException is thrown when a message with an ID is requested that doesn't exist in the transport.
|
| ezcMailInvalidLimitException |
The ezcMailInvalidLimitException is thrown when request is made to fetch messages with the offset outside of the existing message range.
|
| ezcMailOffsetOutOfRangeException |
The ezcMailOffsetOutOfRangeException is thrown when request is made to fetch messages with the offset outside of the existing message range.
|
Inherited Member Variables
Method Summary
|
public ezcMailException |
__construct(
$message
)
Constructs a new ezcMailException with error message $message. |
Inherited Methods
Methods
__construct
ezcMailException
__construct(
string
$message
)
Constructs a new ezcMailException with error message $message.
Parameters:
| Name |
Type |
Description |
|---|
$message |
string |
|
Redefinition of:
Redefined in descendants as: