Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250706) (a6b17d8f6bd)
repository_nextcloud\configuration_exception Class Reference

Exception for when client configuration data is missing. More...

Inheritance diagram for repository_nextcloud\configuration_exception:

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.
 

Detailed Description

Exception for when client configuration data is missing.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Constructor & Destructor Documentation

◆ __construct()

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.

Parameters
string$hintoptional param for additional information of the problem
string$debuginfodetailed information how to fix problem

The documentation for this class was generated from the following file: