Skip to content

Commit

Permalink
Improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Dec 16, 2024
1 parent 40434e4 commit c24f739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
}
}
Expand Down

0 comments on commit c24f739

Please sign in to comment.