<<

NAME

Koha::Exceptions::Patron::Attribute - Base class for patron attribute exceptions

Exceptions

Koha::Exceptions::Patron::Attribute

Generic patron attribute exception

Koha::Exceptions::Patron::Attribute::NonRepeatable

Exception to be used trying to add more than one non-repeatable attribute.

Koha::Exceptions::Patron::Attribute::UniqueIDConstraint

Exception to be used when trying to add an attribute that breaks its type unique constraint.

Class methods

full_message

Overloaded method for exception stringifying.

<<