ILIAS  release_4-4 Revision
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. More...
 
- Public Member Functions inherited from ilException
 __construct ($a_message, $a_code=0)
 A message isn't optional as in build in class Exception. More...
 

Detailed Description

ILIAS Exception for Service Mail.

Any individual Mail Exception class should inherit from it

Author
Nadia Ahmad nahma.nosp@m.d@da.nosp@m.tabay.nosp@m..de
Version
$Id:$

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

Constructor & Destructor Documentation

◆ __construct()

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

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

public

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

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

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