Projekt

Allgemein

Profil

Herunterladen (255 Bytes) Statistiken
| Zweig: | Markierung: | Revision:
package SL::X;

use strict;

use Exception::Lite qw(declareExceptionClass);

declareExceptionClass('SL::X::FormError');
declareExceptionClass('SL::X::DBHookError', [ '%s hook \'%s\' for object type \'%s\' failed', qw(when hook object_type object) ]);

1;
(77-77/77)