We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52df8e6 commit baca570Copy full SHA for baca570
app/Jobs/ServerStatusJob.php
@@ -38,7 +38,7 @@ public function uniqueId(): int
38
public function handle()
39
{
40
if (!$this->server->isServerReady($this->tries)) {
41
- throw new \Exception('Server is not ready');
+ throw new \RuntimeException('Server is not ready.');
42
};
43
try {
44
if ($this->server->isFunctional()) {
0 commit comments