diff --git a/lib/private/app.php b/lib/private/app.php
index f4368bfe16311d6cda0144f88609453bf850e62b..a62623905ffac617fee1f27ff4d67fc99c84e309 100644
--- a/lib/private/app.php
+++ b/lib/private/app.php
@@ -1107,6 +1107,8 @@ class OC_App {
 	/**
 	 * @param mixed $app
 	 * @return bool
+	 * @throws Exception if app is not compatible with this version of ownCloud
+	 * @throws Exception if no app-name was specified
 	 */
 	public static function installApp($app) {
 		$l = OC_L10N::get('core');