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, string $message = '', int $code = 0, Exception $previous = NULL)

Construct a PluginNotFoundException exception.

Details

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

Construct a PluginNotFoundException exception.

Parameters

string $plugin_id

The plugin ID that was not found.

string $message

The exception message.

int $code

The exception code.

Exception $previous

The previous throwable used for exception chaining.

See also

Exception