X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/66ddc388f22a78ff14f7705a0d3d601e81440e04..07d690e4c520994e05ba6aa89ee1b5b1c82bbcd4:/SL/X.pm diff --git a/SL/X.pm b/SL/X.pm index ce7552c1e..8c130c3c9 100644 --- a/SL/X.pm +++ b/SL/X.pm @@ -5,5 +5,6 @@ use strict; use Exception::Lite qw(declareExceptionClass); declareExceptionClass('SL::X::FormError'); +declareExceptionClass('SL::X::DBHookError'); 1;