Path

ez components / documentation / api reference / 1.0 / mail


eZ Components 1.0

Mail: ezcMailException

[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcMailException

ezcMailExceptions are thrown when an exceptional state occures in the Mail package. [source]

Parents

Exception
   |
   --ezcBaseException
      |
      --ezcMailException

Inherited Member Variables

From ezcBaseException:
public  ezcBaseException::$originalMessage

Method Summary

public ezcMailException __construct( $message, $code )
Constructs a new ezcMailException with error message $message and error code $code.

Inherited Methods

From ezcBaseException :
public ezcBaseException ezcBaseException::__construct()
Constructs a new ezcBaseException with $message

Methods

__construct

ezcMailException __construct( string $message, int $code )
Constructs a new ezcMailException with error message $message and error code $code.

Parameters

Name Type Description
$message string  
$code int  

Redefinition of

Method Description
ezcBaseException::__construct() Constructs a new ezcBaseException with $message

Last updated: Thu, 31 Jan 2008