X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FX.pm;h=9343deab012d33a5b3cdbd94de1d4056697adedd;hb=770cfea95d02adbaa8e6ebfddd39ef9e52252b97;hp=756793b90d6e7cb403f88f43d81651e86f9150d2;hpb=6bdcd83826c0cf1d86450bc205c00864d8a0c403;p=kivitendo-erp.git 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;