Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250620) (7d9030acd6e)
|
Exception thrown when attempting to install a plugin that declares incompatibility with moodle version. More...
Public Member Functions | |
__construct ($plugin, $pluginversion) | |
Constructor function for exception. | |
Exception thrown when attempting to install a plugin that declares incompatibility with moodle version.
@subpackage upgrade
plugin_incompatible_exception::__construct | ( | $plugin, | |
$pluginversion ) |
Constructor function for exception.
core\plugininfo\base | $plugin | The plugin causing the exception |
int | $pluginversion | The version of the plugin causing the exception |