summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/lib/Exceptions/AccessTokenNotFoundException.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/oauth2/lib/Exceptions/AccessTokenNotFoundException.php')
-rw-r--r--apps/oauth2/lib/Exceptions/AccessTokenNotFoundException.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/oauth2/lib/Exceptions/AccessTokenNotFoundException.php b/apps/oauth2/lib/Exceptions/AccessTokenNotFoundException.php
index 66c982a29db..6033568f15f 100644
--- a/apps/oauth2/lib/Exceptions/AccessTokenNotFoundException.php
+++ b/apps/oauth2/lib/Exceptions/AccessTokenNotFoundException.php
@@ -26,4 +26,5 @@ declare(strict_types=1);
namespace OCA\OAuth2\Exceptions;
-class AccessTokenNotFoundException extends \Exception {}
+class AccessTokenNotFoundException extends \Exception {
+}