@@ -27,7 +27,7 @@ |
||
27 | 27 | * MethodNotAllowedException|NotFoundException|RateLimitExceededException|UnsupportedAcceptHeaderException| |
28 | 28 | * UnsupportedContentTypeException|ValidationException |
29 | 29 | */ |
30 | - public static function create(RequestException $e) { |
|
30 | + public static function create(RequestException $e) { |
|
31 | 31 | switch ($e->getResponse()->getStatusCode()) { |
32 | 32 | case 400: |
33 | 33 | return new ValidationException($e); |