Bug 29857: Make the exception classes inherit from the base class
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 12 Jan 2022 09:31:24 +0000 (10:31 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 2 Mar 2022 08:47:47 +0000 (22:47 -1000)
commit42096deea48a355e9b070613eb943ab75b481e86
treed35386c0a7850f211a1b2bf44aad1d5b56fce231
parent5daa64ca10fef9d54464ae064a2bf3ce4c32ae64
Bug 29857: Make the exception classes inherit from the base class

We have a base class Koha::Exceptions::Exception but it's not used in
most of our exception classes

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
23 files changed:
Koha/Exceptions/Account.pm
Koha/Exceptions/Acquisition/Basket.pm
Koha/Exceptions/ArticleRequest.pm
Koha/Exceptions/Authentication.pm
Koha/Exceptions/Authorization.pm
Koha/Exceptions/Checkout.pm
Koha/Exceptions/Checkouts/ReturnClaims.pm
Koha/Exceptions/ClubHold.pm
Koha/Exceptions/Config.pm
Koha/Exceptions/Elasticsearch.pm
Koha/Exceptions/Ill.pm
Koha/Exceptions/Item/Transfer.pm
Koha/Exceptions/Library.pm
Koha/Exceptions/MarcOverlayRule.pm
Koha/Exceptions/Metadata.pm
Koha/Exceptions/Password.pm
Koha/Exceptions/Patron.pm
Koha/Exceptions/Patron/Attribute.pm
Koha/Exceptions/Patron/Attribute/Type.pm
Koha/Exceptions/Patron/Modification.pm
Koha/Exceptions/Patron/Relationship.pm
Koha/Exceptions/Token.pm
Koha/Exceptions/TransferLimit.pm