]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/X.pm
Umstellung Form::throw_on_error auf Verwendung von Exception::Lite anstelle von Hashrefs
[kivitendo-erp.git] / SL / X.pm
diff --git a/SL/X.pm b/SL/X.pm
new file mode 100644 (file)
index 0000000..ce7552c
--- /dev/null
+++ b/SL/X.pm
@@ -0,0 +1,9 @@
+package SL::X;
+
+use strict;
+
+use Exception::Lite qw(declareExceptionClass);
+
+declareExceptionClass('SL::X::FormError');
+
+1;