]> wagnertech.de Git - mfinanz.git/blob - SL/X.pm
Rückstände aus Umbenennung von SL/DB/Helpers nach SL/DB/Helper gefixt Teil 2
[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
9 1;