| 1 | <?php |
||
| 18 | class UnmanagedSocketException extends NetworkSocketException |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * Socket data will not be correctly processed by application. |
||
| 22 | * |
||
| 23 | * @param SocketInterface $socket Socket object caused exception |
||
| 24 | * |
||
| 25 | * @return UnmanagedSocketException |
||
| 26 | */ |
||
| 27 | 2 | public static function zombieSocketDetected(SocketInterface $socket) |
|
| 39 | } |
||
| 40 |