diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2015-06-22 05:55:40 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2015-06-22 05:55:40 +0200 |
| commit | 11fa9e4f5852b874fe722a84f21ab374b958f1e5 (patch) | |
| tree | 335549111b6ba4662247cc34df9d46de6a65134f /src/callnotifier/Source/Remote.php | |
| parent | bd72383ab1a5742d3ddc102fd3a1b0d4d7d9f2a1 (diff) | |
| download | auerswald-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.php | 2 |
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); |
