|
Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
|
base_atom abstract exception class More...
Public Member Functions | |
| __construct ($errorcode, $a=null, $debuginfo=null) | |
| Constructor - instantiates one base_atom_exception. | |
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
| base_atom_exception::__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_atom_content_exception, base_atom_struct_exception, base_element_attribute_exception, base_element_parent_exception, base_element_struct_exception, and base_optigroup_exception.