InvalidPluginException ​
- Type
- Class
- Namespace
- craft\errors
- Inherits
- craft\errors\InvalidPluginException » yii\base\Exception » Exception
- Since
- 3.0.0
Class InvalidPluginException
Public Properties ​
| Property | Description |
|---|---|
| handle | string – The invalid plugin handle |
handle ​
- Type
- string
- Default value
null
The invalid plugin handle
Public Methods ​
| Method | Description |
|---|---|
| __construct() | Constructor. |
| getName() |
__construct() ​
Constructor.
Arguments ​
$handle(string) – The plugin handle that doesn’t exist or doesn’t extend/implement craft\base\PluginInterface$message(string, null) – The error message$code(integer) – The error code
getName() ​
Returns ​
string – The user-friendly name of this exception