kivitendo/SL/X.pm @ 88933549
package SL::X;
|
|
|
|
use strict;
|
|
|
|
use Exception::Lite qw(declareExceptionClass);
|
|
|
|
declareExceptionClass('SL::X::FormError');
|
|
|
|
1;
|