mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-10 12:30:55 +00:00
Fix typo in responseHandler
This commit is contained in:
parent
947267e935
commit
95cc29e56b
1 changed files with 0 additions and 3 deletions
|
@ -88,9 +88,6 @@ class RestClient{
|
|||
elseif($httpResponeCode == 401){
|
||||
throw new InvalidCredentials(EXCEPTION_INVALID_CREDENTIALS);
|
||||
}
|
||||
elseif($httpResponeCode == 401){
|
||||
throw new GenericHTTPError(EXCEPTION_INVALID_CREDENTIALS);
|
||||
}
|
||||
elseif($httpResponeCode == 404){
|
||||
throw new MissingEndpoint(EXCEPTION_MISSING_ENDPOINT);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue