X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FX.pm;h=c3533e2efb7fe72ba24788517660e701175e402c;hb=3bb4190a48d58f5a598b659c27b9a5bf233aa54b;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;