]> wagnertech.de Git - mfinanz.git/blobdiff - SL/X.pm
Mahnbericht: Nach Mahnungsnummer filtern können und diese Anzeigen
[mfinanz.git] / SL / X.pm
diff --git a/SL/X.pm b/SL/X.pm
index 9343deab012d33a5b3cdbd94de1d4056697adedd..c3533e2efb7fe72ba24788517660e701175e402c 100644 (file)
--- 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;