We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d4187 commit 1ad85e2Copy full SHA for 1ad85e2
lib/Gitlab/HttpClient/Listener/ErrorListener.php
@@ -45,8 +45,6 @@ public function postSend(RequestInterface $request, MessageInterface $response)
45
if (is_array($content) && isset($content['message'])) {
46
if (400 == $response->getStatusCode()) {
47
throw new ErrorException($content['message'], 400);
48
- } elseif (422 == $response->getStatusCode() && isset($content['errors'])) {
49
- debug ($content);
50
}
51
52
0 commit comments