]> wagnertech.de Git - mfinanz.git/blobdiff - SL/X.pm
Framework für after/before-Hooks bei load/save/delete
[mfinanz.git] / SL / X.pm
diff --git a/SL/X.pm b/SL/X.pm
index ce7552c1e14eb3c3b47c3488b380d3ce8e16d8a6..8c130c3c9f1c6c26fea323eb207f7faae42748b3 100644 (file)
--- 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;