X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c0b95291c5b78f36346dba8457f99ef3eea6528c..9687d2ce94190d858260e10dea0a882b77d3a9b6:/SL/X.pm?ds=inline diff --git a/SL/X.pm b/SL/X.pm index 9343deab0..4acd3bbab 100644 --- a/SL/X.pm +++ b/SL/X.pm @@ -30,6 +30,16 @@ use Exception::Class ( 'SL::X::ZUGFeRDValidation' => { isa => 'SL::X::Base', }, + 'SL::X::Inventory' => { + isa => 'SL::X::Base', + fields => [ qw(msg error) ], + defaults => { error_template => [ '%s: %s', qw(msg error) ] }, + }, + 'SL::X::Inventory::Allocation' => { + isa => 'SL::X::Base', + fields => [ qw(msg error) ], + defaults => { error_template => [ '%s: %s', qw(msg error) ] }, + }, ); 1;