Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250620) (7d9030acd6e)
plugin_incompatible_exception Class Reference

Exception thrown when attempting to install a plugin that declares incompatibility with moodle version. More...

Inheritance diagram for plugin_incompatible_exception:

Public Member Functions

 __construct ($plugin, $pluginversion)
 Constructor function for exception.
 

Detailed Description

Exception thrown when attempting to install a plugin that declares incompatibility with moodle version.

@subpackage upgrade

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

Constructor & Destructor Documentation

◆ __construct()

plugin_incompatible_exception::__construct ( $plugin,
$pluginversion )

Constructor function for exception.

Parameters
core\plugininfo\base$pluginThe plugin causing the exception
int$pluginversionThe version of the plugin causing the exception

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