We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884a34d commit b13eb5bCopy full SHA for b13eb5b
lib/Sabre/DAV/Server.php
@@ -70,7 +70,7 @@ public function exec() {
70
} catch (Sabre_DAV_Exception $e) {
71
72
$this->sendHTTPStatus($e->getHTTPCode());
73
- throw $e;
+ echo (string)$e;
74
75
} catch (Exception $e) {
76
0 commit comments