Skip to content

Commit 288f760

Browse files
committed
Make sure to re-raise exception so output is correct
1 parent 078f18b commit 288f760

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Http/Controllers/ResourceController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ public function scimlog(Callable $function, Request $request, PolicyDecisionPoin
127127
128128
{$request->getContent()}
129129
EOF);
130+
throw $e; //re-raise to get the correct output
130131
}
131132
} else {
132133
return $function($this, $request, $pdp, $resourceType, ...$params);

0 commit comments

Comments
 (0)