class PluginNotFoundException extends PluginException (View source)

Plugin exception class to be thrown when a plugin ID could not be found.

Methods

__construct(string $plugin_id, $message = '', $code = 0, Exception $previous = NULL)

Construct an PluginNotFoundException exception.

Details

__construct(string $plugin_id, $message = '', $code = 0, Exception $previous = NULL)

Construct an PluginNotFoundException exception.

For the remaining parameters see \Exception.

Parameters

string $plugin_id

The plugin ID that was not found.

$message
$code
Exception $previous

See also

Exception