PluginNotFoundException
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.