kivitendo/SL/X.pm @ 79b7fc43
27ffa16a | Moritz Bunkus | package SL::X;
|
||
use strict;
|
||||
use Exception::Lite qw(declareExceptionClass);
|
||||
declareExceptionClass('SL::X::FormError');
|
||||
0281b86d | Moritz Bunkus | declareExceptionClass('SL::X::DBHookError', [ '%s hook \'%s\' for object type \'%s\' failed', qw(when hook object_type object) ]);
|
||
27ffa16a | Moritz Bunkus | |||
1;
|