Definition at line 12 of file PluginException.php.
Elgg\Exceptions\PluginException::__construct |
( |
string |
$message = '' , |
|
|
int |
$code = 0 , |
|
|
\Throwable |
$previous = null |
|
) |
| |
static Elgg\Exceptions\PluginException::factory |
( |
array |
$options = [] | ) |
|
|
static |
Create a new instance of a PluginException.
- Parameters
-
array | $options | additional options for the exception, supports
- <string> message: exception message
- <int> code: exception code
- <Throwable> previous: previous exception
- <ElggPlugin> plugin: the plugin that caused this exception
|
- Returns
- self
Definition at line 38 of file PluginException.php.
ElggPlugin Elgg\Exceptions\PluginException::$plugin |
The documentation for this class was generated from the following file: