Skip to content

Commit c24f739

Browse files
committed
Improve error message
1 parent 40434e4 commit c24f739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function renderThrowable(Throwable $e, OutputInterface $output): void
6363
default => $message,
6464
};
6565

66-
$e = new Exception("[$statusCode] $message", $statusCode);
66+
$e = new Exception("Bref Cloud API error: [$statusCode] $message", $statusCode);
6767
} catch (Throwable) {
6868
}
6969
}

0 commit comments

Comments
 (0)