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 3bff235 + a205561 commit 1fd6273Copy full SHA for 1fd6273
apps/dav/lib/Files/BrowserErrorPagePlugin.php
@@ -70,9 +70,9 @@ public static function isBrowserRequest(IRequest $request) {
70
}
71
72
/**
73
- * @param \Exception $ex
+ * @param \Throwable $ex
74
*/
75
- public function logException(\Exception $ex) {
+ public function logException(\Throwable $ex): void {
76
if ($ex instanceof Exception) {
77
$httpCode = $ex->getHTTPCode();
78
$headers = $ex->getHTTPHeaders($this->server);
0 commit comments