diff --git a/application/core/ManiaControl.php b/application/core/ManiaControl.php index 1315eccd..957b3d7d 100644 --- a/application/core/ManiaControl.php +++ b/application/core/ManiaControl.php @@ -296,7 +296,7 @@ class ManiaControl implements CommandListener, TimerListener { // Close the client connection $this->client->delete($this->server->ip, $this->server->port); } catch (TransportException $e) { - $this->errorHandler->triggerDebugNotice($e->getMessage() . " File: " . $e->getFile() . " Line: " . $e->getLine()); + $this->errorHandler->handleException($e, false); } }