fix: correctly instantiate exception and log error

This commit is contained in:
Björn Fromme
2025-04-11 08:45:18 +02:00
parent af4ba42b56
commit 4846d50148
2 changed files with 4 additions and 2 deletions
@@ -4,4 +4,4 @@ namespace App\BusProNet\Exception;
class ApiClientException extends \Exception
{
}
}