aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@owncloud.com>2016-04-22 15:28:48 +0200
committerRoeland Jago Douma <rullzer@owncloud.com>2016-04-22 16:00:00 +0200
commit4eebccd81fca602eee5cc1a76edd374028826608 (patch)
tree3f9e1974db1e069239d4800ce94ae96550358d78 /lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php
parent1d33a5ef133d917074a94d40a939b6cbbe698711 (diff)
downloadnextcloud-server-4eebccd81fca602eee5cc1a76edd374028826608.tar.gz
nextcloud-server-4eebccd81fca602eee5cc1a76edd374028826608.zip
Fix inconsistent nameing of AppFramework
Diffstat (limited to 'lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php')
-rw-r--r--lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php b/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php
index 59e247f3307..ce2d68054f2 100644
--- a/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php
+++ b/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php
@@ -21,7 +21,7 @@
*
*/
-namespace OC\Appframework\Middleware\Security\Exceptions;
+namespace OC\AppFramework\Middleware\Security\Exceptions;
use OCP\AppFramework\Http;
@@ -29,7 +29,7 @@ use OCP\AppFramework\Http;
* Class AppNotEnabledException is thrown when a resource for an application is
* requested that is not enabled.
*
- * @package OC\Appframework\Middleware\Security\Exceptions
+ * @package OC\AppFramework\Middleware\Security\Exceptions
*/
class AppNotEnabledException extends SecurityException {
public function __construct() {