diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2015-06-21 06:28:40 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2015-06-21 06:28:40 +0200 |
| commit | bd72383ab1a5742d3ddc102fd3a1b0d4d7d9f2a1 (patch) | |
| tree | cb78f5aa8bb4f8cf7248a7ef94d2686641a28e0a /src/callnotifier/Exception/ConnectionReset.php | |
| parent | e7dac6ad212a737aec0387d60f84c275c673cdc0 (diff) | |
| download | auerswald-callnotifier-bd72383ab1a5742d3ddc102fd3a1b0d4d7d9f2a1.tar.gz auerswald-callnotifier-bd72383ab1a5742d3ddc102fd3a1b0d4d7d9f2a1.zip | |
try to handle nightly debug port resets
Diffstat (limited to 'src/callnotifier/Exception/ConnectionReset.php')
| -rw-r--r-- | src/callnotifier/Exception/ConnectionReset.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/callnotifier/Exception/ConnectionReset.php b/src/callnotifier/Exception/ConnectionReset.php new file mode 100644 index 0000000..a7bf139 --- /dev/null +++ b/src/callnotifier/Exception/ConnectionReset.php @@ -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 |
