Bug 29857: Rename base class as Koha::Exception
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 31 Jan 2022 14:02:41 +0000 (11:02 -0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 2 Mar 2022 08:47:47 +0000 (22:47 -1000)
commit2b9fae544575a4386748238212c0ca62854af30e
treea45e9a5f1b69fc44146efcf8e848d79ef0edf5c1
parent7429f28cfc7a47a486a8ffb54473db4ed6292500
Bug 29857: Rename base class as Koha::Exception

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>
44 files changed:
Koha/Acquisition/Orders.pm
Koha/BackgroundJob.pm
Koha/Checkout.pm
Koha/Exception.pm [new file with mode: 0644]
Koha/Exceptions.pm
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/Exception.pm [deleted file]
Koha/Exceptions/Hold.pm
Koha/Exceptions/Ill.pm
Koha/Exceptions/Item/Transfer.pm
Koha/Exceptions/Library.pm
Koha/Exceptions/MarcOverlayRule.pm
Koha/Exceptions/Metadata.pm
Koha/Exceptions/Object.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/Plugin.pm
Koha/Exceptions/Token.pm
Koha/Exceptions/TransferLimit.pm
Koha/Object.pm
Koha/REST/V1/Patrons.pm
Koha/Script.pm
Koha/SearchEngine/Elasticsearch/Indexer.pm
admin/smart-rules.pl
t/db_dependent/Koha/BackgroundJobs/BatchUpdateBiblio.t
t/db_dependent/Koha/Biblio.t
t/db_dependent/Koha/Object.t
t/db_dependent/api/v1/unhandled_exceptions.t
t/lib/plugins/Koha/Plugin/Test.pm
t/lib/plugins/Koha/Plugin/TestItemBarcodeTransform.pm
tools/batchMod.pl