From 061699aa81fa712c7422febaf85750e75cf30979 Mon Sep 17 00:00:00 2001 From: Paul Rock Date: Tue, 29 Dec 2020 01:07:30 +0300 Subject: [PATCH] Non-used exception removed --- src/SocketTrait.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SocketTrait.php b/src/SocketTrait.php index 19a00c0..3486256 100644 --- a/src/SocketTrait.php +++ b/src/SocketTrait.php @@ -2,7 +2,6 @@ namespace RouterOS; -use RouterOS\Exceptions\ClientException; use RouterOS\Exceptions\ConnectException; trait SocketTrait