blob: a7bf13935cf3f258030c758db65e7df920a5ca83 (
plain)
1
2
3
4
5
6
7
8
9
10
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
{
}
?>
|