|
|
@ -3,10 +3,10 @@ |
|
|
namespace RouterOS\Exceptions; |
|
|
namespace RouterOS\Exceptions; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* Class ClientException |
|
|
|
|
|
* Exception thrown when a password or login is wrong. |
|
|
|
|
|
|
|
|
* Class BadCredentialsException thrown when a password or login is wrong. |
|
|
|
|
|
* |
|
|
* @package RouterOS\Exceptions |
|
|
* @package RouterOS\Exceptions |
|
|
* @since 0.4 |
|
|
|
|
|
|
|
|
* @since 1.3.3 |
|
|
*/ |
|
|
*/ |
|
|
class BadCredentialsException extends ClientException |
|
|
class BadCredentialsException extends ClientException |
|
|
{ |
|
|
{ |
|
|
|