From 449db20846550d05d6553d9a2edcc4c6f4deb1f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Proch=C3=A1zka?= Date: Mon, 28 Dec 2020 12:55:14 +0100 Subject: [PATCH] adding missing throws exception in phpdoc --- src/Client.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Client.php b/src/Client.php index e49f0ce..23f7896 100644 --- a/src/Client.php +++ b/src/Client.php @@ -60,6 +60,7 @@ class Client implements Interfaces\ClientInterface * * @throws \RouterOS\Exceptions\ClientException * @throws \RouterOS\Exceptions\ConnectException + * @throws \RouterOS\Exceptions\BadCredentialsException * @throws \RouterOS\Exceptions\ConfigException * @throws \RouterOS\Exceptions\QueryException */