mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-04 05:33:34 +03:00
parent
fdb22c0cf7
commit
83800d7486
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ final class HttpServerException extends \RuntimeException implements Exception
|
|||
{
|
||||
public static function serverError($httpStatus = 500)
|
||||
{
|
||||
return new self('An unexpected error occurred at Mailgun\'s servers. Try again later and contact support if the error sill exists.', $httpStatus);
|
||||
return new self('An unexpected error occurred at Mailgun\'s servers. Try again later and contact support if the error still exists.', $httpStatus);
|
||||
}
|
||||
|
||||
public static function networkError(\Exception $previous)
|
||||
|
|
Loading…
Add table
Reference in a new issue