Bugzilla – Attachment 102899 Details for
Bug 14698
AtomicUpdater - Keeps track of which updates have been applied to a database
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14698: Add needed Koha::Exceptions
0001-Bug-14698-Add-needed-Koha-Exceptions.patch (text/plain), 1.02 KB, created by
Emmi Takkinen
on 2020-04-14 08:18:16 UTC
(
hide
)
Description:
Bug 14698: Add needed Koha::Exceptions
Filename:
MIME Type:
Creator:
Emmi Takkinen
Created:
2020-04-14 08:18:16 UTC
Size:
1.02 KB
patch
obsolete
>From 197a1f5f3d31b8bf77d5b85e7457660a3a975616 Mon Sep 17 00:00:00 2001 >From: Emmi Takkinen <emmi.takkinen@outlook.com> >Date: Mon, 23 Mar 2020 12:11:21 +0200 >Subject: [PATCH 1/5] Bug 14698: Add needed Koha::Exceptions > >--- > Koha/Exceptions.pm | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/Koha/Exceptions.pm b/Koha/Exceptions.pm >index cf56b220ef..e9c1cf8771 100644 >--- a/Koha/Exceptions.pm >+++ b/Koha/Exceptions.pm >@@ -50,6 +50,14 @@ use Exception::Class ( > isa => 'Koha::Exceptions::Exception', > description => 'Koha is under maintenance.' > }, >+ 'Koha::Exceptions::File' => { >+ isa => 'Koha::Exceptions::Exception', >+ description => 'Something wrong with the given file', >+ }, >+ 'Koha::Exceptions::Parse' => { >+ isa => 'Koha::Exceptions::Exception', >+ description => 'Parsing the given input failed', >+ }, > # Virtualshelves exceptions > 'Koha::Exceptions::Virtualshelves::DuplicateObject' => { > isa => 'Koha::Exceptions::DuplicateObject', >-- >2.17.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14698
:
42112
|
42113
|
42385
|
42386
|
42395
|
42398
|
42426
|
42521
|
42523
|
62141
|
64404
| 102899 |
102900
|
102901
|
102902
|
102903