]> wagnertech.de Git - mfinanz.git/blob - SL/X.pm
8c130c3c9f1c6c26fea323eb207f7faae42748b3
[mfinanz.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');
9
10 1;