diff --git a/src/Application.php b/src/Application.php index 4971a2e..b837ba7 100644 --- a/src/Application.php +++ b/src/Application.php @@ -63,7 +63,7 @@ public function renderThrowable(Throwable $e, OutputInterface $output): void default => $message, }; - $e = new Exception("[$statusCode] $message", $statusCode); + $e = new Exception("Bref Cloud API error: [$statusCode] $message", $statusCode); } catch (Throwable) { } }