|
|
@ -4,9 +4,10 @@ namespace RouterOS\Exceptions; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* Class ClientException |
|
|
* Class ClientException |
|
|
|
|
|
* |
|
|
* @package RouterOS\Exceptions |
|
|
* @package RouterOS\Exceptions |
|
|
* @since 0.4 |
|
|
|
|
|
|
|
|
* @since 0.4 |
|
|
*/ |
|
|
*/ |
|
|
class ClientException extends Exception |
|
|
|
|
|
|
|
|
class ClientException extends \Exception |
|
|
{ |
|
|
{ |
|
|
} |
|
|
} |