try to handle nightly debug port resets
[auerswald-callnotifier.git] / src / callnotifier / Exception / ConnectionReset.php
diff --git a/src/callnotifier/Exception/ConnectionReset.php b/src/callnotifier/Exception/ConnectionReset.php
new file mode 100644 (file)
index 0000000..a7bf139
--- /dev/null
@@ -0,0 +1,11 @@
+<?php
+namespace callnotifier;
+
+/**
+ * Since auerswald compact 3000 firmware 4.0N, the debug port is
+ * closed every night. We need to re-connect in this case
+ */
+class Exception_ConnectionReset extends \Exception
+{
+}
+?>
\ No newline at end of file