try to handle nightly debug port resets
[auerswald-callnotifier.git] / src / callnotifier / Exception / ConnectionReset.php
1 <?php
2 namespace callnotifier;
3
4 /**
5  * Since auerswald compact 3000 firmware 4.0N, the debug port is
6  * closed every night. We need to re-connect in this case
7  */
8 class Exception_ConnectionReset extends \Exception
9 {
10 }
11 ?>