sill > still
This commit is contained in:
David Joos 2018-01-29 16:18:02 +00:00 committed by Tobias Nyholm
parent fdb22c0cf7
commit 83800d7486

View File

@ -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)