X-Git-Url: https://git.cweiske.de/auerswald-callnotifier.git/blobdiff_plain/7a39f860d268b6afd1e170cb4007726691d5c2b5..f4bd5ef0c711aa9a3d0f6b468370a8c14c0e247a:/src/callnotifier/MessageHandler.php diff --git a/src/callnotifier/MessageHandler.php b/src/callnotifier/MessageHandler.php index 78a726d..90cd87c 100644 --- a/src/callnotifier/MessageHandler.php +++ b/src/callnotifier/MessageHandler.php @@ -88,7 +88,7 @@ class MessageHandler } $this->dumpHdl = fopen($this->config->dumpFile, 'w'); if (!$this->dumpHdl) { - throw new Exception('Cannot open dump file for writing'); + throw new \Exception('Cannot open dump file for writing'); } }