]> wagnertech.de Git - mfinanz.git/blob - SL/X.pm
Rose Update zu commit 2c447b2fb419b504c90322b8d714360a174f8fa7
[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', [ '%s hook \'%s\' failed', qw(when hook object) ]);
9
10 1;