Elgg  Version 5.1
List of all members
Elgg\Exceptions\Plugin\IdMismatchException Class Reference

Indicates a mismatch between the plugin ID in the composer.json and the plugin directory. More...

Inheritance diagram for Elgg\Exceptions\Plugin\IdMismatchException:
Elgg\Exceptions\PluginException Elgg\Exceptions\Exception Elgg\Exceptions\ExceptionInterface

Additional Inherited Members

- Public Member Functions inherited from Elgg\Exceptions\PluginException
 __construct (string $message= '', int $code=0,\Throwable $previous=null)
 {} More...
 
- Static Public Member Functions inherited from Elgg\Exceptions\PluginException
static factory (array $options=[])
 Create a new instance of a PluginException. More...
 
- Public Attributes inherited from Elgg\Exceptions\PluginException
ElggPlugin $plugin
 

Detailed Description

Indicates a mismatch between the plugin ID in the composer.json and the plugin directory.

Since
4.0

Definition at line 12 of file IdMismatchException.php.


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