X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6bab0fff323c36de9e247487f043da1b29dea6fd..7cac5eaa6eb9d3236d1359f7bff8474d9960b64c:/SL/X.pm diff --git a/SL/X.pm b/SL/X.pm index 756793b90..9343deab0 100644 --- a/SL/X.pm +++ b/SL/X.pm @@ -22,11 +22,14 @@ use Exception::Class ( 'SL::X::DBRoseError' => { isa => 'SL::X::DBError', fields => [ qw(class metaobject object) ], - defaults => { error_template => [ '\'%s\' in object of type \'%s\' occured', qw(db_error class) ] }, + defaults => { error_template => [ '\'%s\' in object of type \'%s\' occurred', qw(db_error class) ] }, }, 'SL::X::DBUtilsError' => { isa => 'SL::X::DBError', }, + 'SL::X::ZUGFeRDValidation' => { + isa => 'SL::X::Base', + }, ); 1;