|
Moodle PHP Documentation 5.0
Moodle 5.0.1+ (Build: 20250711) (61af040cd5f)
|
DDL exception class, use instead of throw new moodle_exception() and "return false;" in ddl code. More...
Public Member Functions | |
| __construct ($errorcode, $a=NULL, $debuginfo=null) | |
DDL exception class, use instead of throw new moodle_exception() and "return false;" in ddl code.
| ddl_exception::__construct | ( | $errorcode, | |
| $a = NULL, | |||
| $debuginfo = null ) |
| string | $errorcode | |
| string | $debuginfo |
Reimplemented in ddl_field_missing_exception.