projects
/
kivitendo-erp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
CustomerVendor: vergessenes run_before ergänzt
[kivitendo-erp.git]
/
SL
/
X.pm
1
package SL::X;
2
3
use strict;
4
5
use Exception::Lite qw(declareExceptionClass);
6
7
declareExceptionClass('SL::X::FormError');
8
declareExceptionClass('SL::X::DBHookError', [ '%s hook \'%s\' for object type \'%s\' failed', qw(when hook object_type object) ]);
9
10
1;