Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
base_atom_exception Class Reference

base_atom abstract exception class More...

Inheritance diagram for base_atom_exception:
base_atom_content_exception base_atom_struct_exception base_element_attribute_exception base_element_parent_exception base_element_struct_exception base_optigroup_exception

Public Member Functions

 __construct ($errorcode, $a=null, $debuginfo=null)
 Constructor - instantiates one base_atom_exception.
 

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

Constructor & Destructor Documentation

◆ __construct()

base_atom_exception::__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_atom_content_exception, base_atom_struct_exception, base_element_attribute_exception, base_element_parent_exception, base_element_struct_exception, and base_optigroup_exception.


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