use correct class name
[auerswald-callnotifier.git] / src / callnotifier / Source / Remote.php
index 4145c59e8b7041469746d024ad09d71a03897198..16c27c0297c3a4b141ef71d2ec5451c7aed7c174 100644 (file)
@@ -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);