Browse Source

typo fixed

tags/0.4 0.4
Paul Rock 7 years ago
parent
commit
d197132b9b
  1. 2
      src/Exceptions/ClientException.php
  2. 2
      src/Exceptions/ConfigException.php

2
src/Exceptions/ClientException.php

@ -5,7 +5,7 @@ namespace RouterOS\Exceptions;
/** /**
* Class ClientException * Class ClientException
* @package RouterOS\Exceptions * @package RouterOS\Exceptions
* @since 0.3
* @since 0.4
*/ */
class ClientException extends Exception class ClientException extends Exception
{ {

2
src/Exceptions/ConfigException.php

@ -5,7 +5,7 @@ namespace RouterOS\Exceptions;
/** /**
* Class ConfigException * Class ConfigException
* @package RouterOS\Exceptions * @package RouterOS\Exceptions
* @since 0.3
* @since 0.4
*/ */
class ConfigException extends Exception class ConfigException extends Exception
{ {

Loading…
Cancel
Save