diff options
author | Joas Schilling <coding@schilljs.com> | 2017-03-20 10:02:05 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-03-20 10:33:16 +0100 |
commit | 591e75df5c3acf51e6968f20b1856481ee56f4de (patch) | |
tree | c0f3c7e9d01bb8a00024361541e152cef143f185 /lib/public/App | |
parent | c4b6ff0bab812ebda50406d630b171604fbaac72 (diff) | |
download | nextcloud-server-591e75df5c3acf51e6968f20b1856481ee56f4de.tar.gz nextcloud-server-591e75df5c3acf51e6968f20b1856481ee56f4de.zip |
Don't use a generic exception
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public/App')
-rw-r--r-- | lib/public/App/IAppManager.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/App/IAppManager.php b/lib/public/App/IAppManager.php index 72c99777124..107297bc890 100644 --- a/lib/public/App/IAppManager.php +++ b/lib/public/App/IAppManager.php @@ -57,6 +57,7 @@ interface IAppManager { * Enable an app for every user * * @param string $appId + * @throws AppPathNotFoundException * @since 8.0.0 */ public function enableApp($appId); |