Properly throw exception in OC_Mount_Config::getBackendStatus
This commit is contained in:
parent
bf941032a3
commit
51d7527595
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue