From: Christian Weiske Date: Mon, 22 Jun 2015 03:55:40 +0000 (+0200) Subject: use correct class name X-Git-Tag: v1.0.0~2 X-Git-Url: https://git.cweiske.de/auerswald-callnotifier.git/commitdiff_plain/11fa9e4f5852b874fe722a84f21ab374b958f1e5?ds=sidebyside use correct class name --- 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);