Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250620) (7d9030acd6e)
|
The rating_exception class for exceptions specific to the ratings system. More...
Public Member Functions | |
__construct ($errorcode) | |
Generate exceptions that can be easily identified as coming from the ratings system. | |
Public Attributes | |
string | $message |
The message to accompany the thrown exception. | |
The rating_exception class for exceptions specific to the ratings system.
rating_exception::__construct | ( | $errorcode | ) |
Generate exceptions that can be easily identified as coming from the ratings system.
string | $errorcode | the error code to generate |