X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FX.pm;h=c3533e2efb7fe72ba24788517660e701175e402c;hb=d5d5a1e0b719e2ad123cc30547e976395054f8e2;hp=9343deab012d33a5b3cdbd94de1d4056697adedd;hpb=37f2ab4d240926b9cb0b09090cff24c5ff63c5fd;p=kivitendo-erp.git diff --git a/SL/X.pm b/SL/X.pm index 9343deab0..c3533e2ef 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) ] }, + }, + 'SL::X::Inventory::Allocation' => { + isa => 'SL::X::Base', + fields => [ qw(msg error) ], + defaults => { error_template => [ '%s: %s', qw(msg) ] }, + }, ); 1;