Bugzilla – Attachment 103976 Details for
Bug 16371
Quote of the Day (QOTD) for the staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16371: Add needed Koha::Exception
Bug-16371-Add-needed-KohaException.patch (text/plain), 1.01 KB, created by
David Nind
on 2020-04-29 18:04:16 UTC
(
hide
)
Description:
Bug 16371: Add needed Koha::Exception
Filename:
MIME Type:
Creator:
David Nind
Created:
2020-04-29 18:04:16 UTC
Size:
1.01 KB
patch
obsolete
>From f41721be97b5930f9e0ae78998e72f7ae530ca96 Mon Sep 17 00:00:00 2001 >From: Emmi Takkinen <emmi.takkinen@outlook.com> >Date: Tue, 7 Apr 2020 11:53:17 +0300 >Subject: [PATCH] Bug 16371: Add needed Koha::Exception > >Add Koha::Exception needed in this bug. > >Sponsored-by: Koha-Suomi Oy > >Signed-off-by: David Nind <david@davidnind.com> >--- > Koha/Exceptions.pm | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/Koha/Exceptions.pm b/Koha/Exceptions.pm >index cf56b220ef..c811b9775a 100644 >--- a/Koha/Exceptions.pm >+++ b/Koha/Exceptions.pm >@@ -50,6 +50,10 @@ use Exception::Class ( > isa => 'Koha::Exceptions::Exception', > description => 'Koha is under maintenance.' > }, >+ 'Koha::Exceptions::UnknownProgramState' => { >+ isa => 'Koha::Exceptions::Exception', >+ description => 'The running program has done something terribly unpredicatable', >+ }, > # Virtualshelves exceptions > 'Koha::Exceptions::Virtualshelves::DuplicateObject' => { > isa => 'Koha::Exceptions::DuplicateObject', >-- >2.11.0
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 16371
:
102515
|
102516
|
102517
|
102969
|
103019
|
103329
|
103330
|
103331
|
103332
|
103333
|
103334
|
103732
|
103973
|
103974
|
103975
|
103976
|
103977
|
103978
|
103979
|
106818
|
106819
|
106820
|
106858
|
106859
|
106860
|
106861
|
106862
|
106863
|
106864
|
106865
|
106866
|
106867
|
106868
|
106894
|
106895
|
106896
|
106897
|
106898
|
106899
|
106900
|
106901
|
106902
|
106903
|
108097
|
108098
|
108160
|
108163