Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Course/activity access exception. More...
Public Member Functions | |
__construct ($debuginfo) | |
Constructor. More... | |
Public Attributes | |
mixed | $a |
Extra words and phrases that might be required in the error string. | |
string | $debuginfo |
Optional information to aid the debugging process. | |
string | $errorcode |
The name of the string from error.php to print. | |
string | $link |
The url where the user will be prompted to continue. More... | |
string | $module |
The name of module. | |
Course/activity access exception.
This exception is thrown from require_login()
require_login_exception::__construct | ( | $debuginfo | ) |
Constructor.
string | $debuginfo | Information to aid the debugging process |
|
inherited |
The url where the user will be prompted to continue.
If no url is provided the user will be directed to the site index page.