Bugzilla – Attachment 113271 Details for
Bug 26633
Add advanced editor for transfer limits
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26633: POD for the exceptions file
Bug-26633-POD-for-the-exceptions-file.patch (text/plain), 1.71 KB, created by
Kyle M Hall (khall)
on 2020-11-06 18:32:53 UTC
(
hide
)
Description:
Bug 26633: POD for the exceptions file
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2020-11-06 18:32:53 UTC
Size:
1.71 KB
patch
obsolete
>From bd0cf04558a83934553599b89255162f7cc55a84 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 3 Nov 2020 11:14:26 -0300 >Subject: [PATCH] Bug 26633: POD for the exceptions file > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/Exceptions/TransferLimit.pm | 31 +++++++++++++++++++++++++++++++ > 1 file changed, 31 insertions(+) > >diff --git a/Koha/Exceptions/TransferLimit.pm b/Koha/Exceptions/TransferLimit.pm >index 7b2dab1948..1549ed2340 100644 >--- a/Koha/Exceptions/TransferLimit.pm >+++ b/Koha/Exceptions/TransferLimit.pm >@@ -1,5 +1,20 @@ > package Koha::Exceptions::TransferLimit; > >+# This file is part of Koha. >+# >+# Koha is free software; you can redistribute it and/or modify it >+# under the terms of the GNU General Public License as published by >+# the Free Software Foundation; either version 3 of the License, or >+# (at your option) any later version. >+# >+# Koha is distributed in the hope that it will be useful, but >+# WITHOUT ANY WARRANTY; without even the implied warranty of >+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the >+# GNU General Public License for more details. >+# >+# You should have received a copy of the GNU General Public License >+# along with Koha; if not, see <http://www.gnu.org/licenses>. >+ > use Modern::Perl; > > use Exception::Class ( >@@ -14,4 +29,20 @@ use Exception::Class ( > }, > ); > >+=head1 NAME >+ >+Koha::Exceptions::TransferLimit - Base class for transfer limits exceptions >+ >+=head1 Exceptions >+ >+=head2 Koha::Exceptions::TransferLimit >+ >+Generic transfer limit exception >+ >+=head2 Koha::Exceptions::TransferLimit::Duplicate >+ >+Exception to be used when trying to store an already existing transfer limit. >+ >+=cut >+ > 1; >-- >2.24.1 (Apple Git-126)
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 26633
:
111380
|
111381
|
112327
|
112328
|
112330
|
112437
|
112438
|
112587
|
112778
|
112779
|
112780
|
112781
|
112782
|
112923
|
112924
|
112925
|
112926
|
112927
|
112928
|
112929
|
113053
|
113265
|
113266
|
113267
|
113268
|
113269
|
113270
|
113271
|
113272
|
113273
|
113274
|
113275
|
113676
|
113677
|
113961
|
116612
|
116613
|
116952
|
116953
|
116954
|
116955
|
116956
|
116957
|
116958
|
116959
|
116960
|
116961
|
116962
|
116963
|
116964