Browse Source

adding missing throws exception in phpdoc

pull/50/head
Michal Procházka 5 years ago
parent
commit
449db20846
  1. 1
      src/Client.php

1
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
*/

Loading…
Cancel
Save