Moodle  2.2.1
http://www.collinsharper.com
base_atom_exception Class Reference
Inheritance diagram for base_atom_exception:
Collaboration diagram for base_atom_exception:

Public Member Functions

 __construct ($errorcode, $a=null, $debuginfo=null)

Detailed Description

base_atom abstract exception class

This exceptions will be used by all the base_atom classes in order to detect any problem or miss-configuration

Definition at line 112 of file base_atom.class.php.


Constructor & Destructor Documentation

__construct ( errorcode,
a = null,
debuginfo = null 
)

Constructor - instantiates one base_atom_exception.

Parameters:
string$errorcodekey for the corresponding error string
object$aextra words and phrases that might be required in the error string
string$debuginfooptional debugging information

Reimplemented in base_element_struct_exception, base_element_attribute_exception, base_element_parent_exception, base_optigroup_exception, base_atom_content_exception, and base_atom_struct_exception.

Definition at line 121 of file base_atom.class.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations