Skip to content

Commit b13eb5b

Browse files
committed
Not rethrowing (for now)
1 parent 884a34d commit b13eb5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sabre/DAV/Server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function exec() {
7070
} catch (Sabre_DAV_Exception $e) {
7171

7272
$this->sendHTTPStatus($e->getHTTPCode());
73-
throw $e;
73+
echo (string)$e;
7474

7575
} catch (Exception $e) {
7676

0 commit comments

Comments
 (0)