repo.or.cz
/
koha.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 23354: (RM follow-up) Italian sample notice
[koha.git]
/
Koha
/
Exceptions
/
Patron.pm
blob
8eac9c9366ad62fd57414c9af2384aa70a18403a
1
package
Koha
::
Exceptions
::
Patron
;
2
3
use
Modern
::
Perl
;
4
5
use
Exception
::
Class
(
6
'Koha::Exceptions::Patron'
=> {
7
description
=>
"Something went wrong!"
8
},
9
'Koha::Exceptions::Patron::FailedDelete'
=> {
10
description
=>
"Deleting patron failed"
11
},
12
);
13
14
1
;