]> source.dussan.org Git - nextcloud-server.git/commit
Add OCSMiddleware to catch OCS exceptions
authorRoeland Jago Douma <roeland@famdouma.nl>
Wed, 20 Jul 2016 07:43:02 +0000 (09:43 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Wed, 20 Jul 2016 18:03:49 +0000 (20:03 +0200)
commitea47974a0863f5cb7a066a4f52c960482e550c2b
treef3c8172f43b2046575403173b04ab774589fe64c
parent032e6b1701dd4a8d674923feb3962ee49fdb7c77
Add OCSMiddleware to catch OCS exceptions

* OCSException
* OCSBadRequestException
* OCSForbiddenException
* OCSNotFoundException
lib/private/AppFramework/DependencyInjection/DIContainer.php
lib/private/AppFramework/Middleware/OCSMiddleware.php [new file with mode: 0644]
lib/public/AppFramework/OCS/OCSBadRequestException.php [new file with mode: 0644]
lib/public/AppFramework/OCS/OCSException.php [new file with mode: 0644]
lib/public/AppFramework/OCS/OCSForbiddenException.php [new file with mode: 0644]
lib/public/AppFramework/OCS/OCSNotFoundException.php [new file with mode: 0644]