use correct class name
authorChristian Weiske <cweiske@cweiske.de>
Mon, 22 Jun 2015 03:55:40 +0000 (05:55 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 22 Jun 2015 03:55:40 +0000 (05:55 +0200)
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);