class InvalidPluginDefinitionException extends PluginException (View source)

Defines a class for invalid plugin definition exceptions.

Properties

protected string $pluginId

The plugin ID of the mapper.

Methods

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

Constructs a InvalidPluginDefinitionException.

string
getPluginId()

Gets the plugin ID of the mapper that raised the exception.

Details

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

Constructs a InvalidPluginDefinitionException.

For the remaining parameters see \Exception.

Parameters

string $plugin_id

The plugin ID of the mapper.

$message
$code
Exception $previous

See also

Exception

string getPluginId()

Gets the plugin ID of the mapper that raised the exception.

Return Value

string

The plugin ID.