Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
|
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 |