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.
2 parents cb63ae6 + 6d95dd8 commit dd55a78Copy full SHA for dd55a78
src/Runtime/Http/Response.php
@@ -47,8 +47,8 @@ public function validate(){
47
if (array_key_exists('X-MSDAVEXT_Error', $headers)) {
48
$this->Content = urldecode($headers['X-MSDAVEXT_Error']);
49
}
50
+ throw new RequestException($this->Content,$this->StatusCode);
51
- throw new RequestException($this->Content,$this->StatusCode);
52
53
54
0 commit comments