Skip to content

Commit

Permalink
Fix OrderFileNotFoundException
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Oct 13, 2024
1 parent 03765f4 commit f008f5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/exception/OrderFileNotFoundException.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

namespace horstoeko\zugferd\exception;

use Throwable;
use horstoeko\orderx\exception\OrderBaseException;
use horstoeko\orderx\exception\OrderExceptionCodes;

/**
* Class representing an exception for missing a file
*
Expand Down

0 comments on commit f008f5e

Please sign in to comment.