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 18309: Add UNIMARC field 214 and its subfields
[koha.git]
/
Koha
/
Exceptions
/
Exception.pm
blob
8955ea9e6ee9b910c7a3b4b9d450dc9e090dd949
1
package
Koha
::
Exceptions
::
Exception
;
2
3
use
Modern
::
Perl
;
4
5
# Looks like this class should be more Koha::Exception::Base;
6
use
Exception
::
Class
(
7
'Koha::Exceptions::Exception'
=> {
8
description
=>
"Something went wrong!"
9
},
10
);
11
12
1
;