Revision 0281b86d
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/X.pm | ||
---|---|---|
5 | 5 |
use Exception::Lite qw(declareExceptionClass); |
6 | 6 |
|
7 | 7 |
declareExceptionClass('SL::X::FormError'); |
8 |
declareExceptionClass('SL::X::DBHookError', [ '%s hook \'%s\' failed', qw(when hook object) ]);
|
|
8 |
declareExceptionClass('SL::X::DBHookError', [ '%s hook \'%s\' for object type \'%s\' failed', qw(when hook object_type object) ]);
|
|
9 | 9 |
|
10 | 10 |
1; |
Auch abrufbar als: Unified diff
DB-Object-Hooks: bei Exception in Hook auch Objekttyp in Exception-Text aufnehmen