From 11fa9e4f5852b874fe722a84f21ab374b958f1e5 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 22 Jun 2015 05:55:40 +0200 Subject: [PATCH] use correct class name --- src/callnotifier/Source/Remote.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/callnotifier/Source/Remote.php b/src/callnotifier/Source/Remote.php index 4145c59..16c27c0 100644 --- a/src/callnotifier/Source/Remote.php +++ b/src/callnotifier/Source/Remote.php @@ -19,7 +19,7 @@ class Source_Remote $this->connect($this->config->host, $this->config->port); $this->init(); $this->loop(); - } catch (\Exception_ConnectionReset $e) { + } catch (Exception_ConnectionReset $e) { $tryAgain = true; } } while ($tryAgain); -- 2.30.2