From df3909a7c360f079d3e47401414a38dc7f3494cf Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Thu, 18 May 2017 20:09:51 +0200 Subject: Use Bearer backend for SabreDAV Signed-off-by: Lukas Reschke --- .../Exceptions/AccessTokenNotFoundException.php | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 apps/oauth2/lib/Exceptions/AccessTokenNotFoundException.php (limited to 'apps/oauth2/lib/Exceptions/AccessTokenNotFoundException.php') diff --git a/apps/oauth2/lib/Exceptions/AccessTokenNotFoundException.php b/apps/oauth2/lib/Exceptions/AccessTokenNotFoundException.php new file mode 100644 index 00000000000..a1eb632a9eb --- /dev/null +++ b/apps/oauth2/lib/Exceptions/AccessTokenNotFoundException.php @@ -0,0 +1,24 @@ + + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ + +namespace OCA\OAuth2\Exceptions; + +class AccessTokenNotFoundException extends \Exception {} -- cgit v1.2.3