Skip to content
Snippets Groups Projects
Commit 51d75275 authored by Vincent Petry's avatar Vincent Petry
Browse files

Properly throw exception in OC_Mount_Config::getBackendStatus

parent bf941032
Branches
No related tags found
No related merge requests found
......@@ -269,7 +269,7 @@ class OC_Mount_Config {
}
} catch (Exception $exception) {
\OCP\Util::logException('files_external', $exception);
throw $e;
throw $exception;
}
}
return self::STATUS_ERROR;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment