ILIAS  Release_4_1_x_branch Revision 61804
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilMailException Class Reference

ILIAS Exception for Service Mail. More...

+ Inheritance diagram for ilMailException:
+ Collaboration diagram for ilMailException:

Public Member Functions

 __construct ($a_message, $a_code=0)
 A message isn't optional as in build in class Exception.

Detailed Description

ILIAS Exception for Service Mail.

Any individual Mail Exception class should inherit from it

Author
Nadia Ahmad nkrzy.nosp@m.won@.nosp@m.datab.nosp@m.ay.d.nosp@m.e
Version
$Id:$

Definition at line 34 of file class.ilMailException.php.

Constructor & Destructor Documentation

ilMailException::__construct (   $a_message,
  $a_code = 0 
)

A message isn't optional as in build in class Exception.

public

Reimplemented from ilException.

Definition at line 42 of file class.ilMailException.php.

{
parent::__construct($a_message,$a_code);
}

The documentation for this class was generated from the following file: