|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($errorcode, $a=null, $debuginfo=null) | |
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.
| __construct | ( | $ | errorcode, |
| $ | a = null, |
||
| $ | debuginfo = null |
||
| ) |
Constructor - instantiates one base_atom_exception.
| string | $errorcode | key for the corresponding error string |
| object | $a | extra words and phrases that might be required in the error string |
| string | $debuginfo | optional 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.