diff --git a/app/Jobs/ServerStatusJob.php b/app/Jobs/ServerStatusJob.php index 7f9ae6739..6402b81cf 100644 --- a/app/Jobs/ServerStatusJob.php +++ b/app/Jobs/ServerStatusJob.php @@ -38,7 +38,7 @@ public function uniqueId(): int public function handle() { if (!$this->server->isServerReady($this->tries)) { - throw new \Exception('Server is not ready'); + throw new \RuntimeException('Server is not ready.'); }; try { if ($this->server->isFunctional()) {