<<

NAME

Koha::Exceptions::Plugin - Base class for Plugin exceptions

Exceptions

Koha::Exceptions::Plugin

Generic Plugin exception

Koha::Exceptions::Plugin::MissingMethod

Exception to be used when a plugin is required to implement a specific method and it doesn't.

Parameters

plugin_name: the plugin name for display purposes
method: the missing method

Class methods

full_message

Overloaded method for exception stringifying.

<<