aboutsummaryrefslogtreecommitdiff
path: root/src/callnotifier/Source/Remote.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2015-06-22 05:55:40 +0200
committerChristian Weiske <cweiske@cweiske.de>2015-06-22 05:55:40 +0200
commit11fa9e4f5852b874fe722a84f21ab374b958f1e5 (patch)
tree335549111b6ba4662247cc34df9d46de6a65134f /src/callnotifier/Source/Remote.php
parentbd72383ab1a5742d3ddc102fd3a1b0d4d7d9f2a1 (diff)
downloadauerswald-callnotifier-11fa9e4f5852b874fe722a84f21ab374b958f1e5.tar.gz
auerswald-callnotifier-11fa9e4f5852b874fe722a84f21ab374b958f1e5.zip
use correct class name
Diffstat (limited to 'src/callnotifier/Source/Remote.php')
-rw-r--r--src/callnotifier/Source/Remote.php2
1 files changed, 1 insertions, 1 deletions
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);