|
Moodle PHP Documentation 5.0
Moodle 5.0.1+ (Build: 20250711) (61af040cd5f)
|
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 |