|
Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250711) (9addea9f0ac)
|
Exception for when client configuration data is missing. More...
Public Member Functions | |
| __construct ($hint='', $debuginfo=null) | |
| This exception is used when the configuration of the plugin can not be processed or database entries are missing. | |
Exception for when client configuration data is missing.
| repository_nextcloud\configuration_exception::__construct | ( | $hint = '', | |
| $debuginfo = null ) |
This exception is used when the configuration of the plugin can not be processed or database entries are missing.
| string | $hint | optional param for additional information of the problem |
| string | $debuginfo | detailed information how to fix problem |