]> source.dussan.org Git - nextcloud-server.git/commit
OCSController requires DataResponse
authorRoeland Jago Douma <roeland@famdouma.nl>
Tue, 9 Aug 2016 08:03:16 +0000 (10:03 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Wed, 10 Aug 2016 10:40:26 +0000 (12:40 +0200)
commit1f370c97ed482a2217b49c949e93436d07f83157
tree2db9c7e0c30bbd9fc5a02e00f58d04cd1d645520
parentcdb574ca264759b5571284621fc4970af895767d
OCSController requires DataResponse

The OCS Controller requires a DataResponse object to be returned.
This means that all error handling will have to be done via exceptions
thrown and handling in the middleware.
lib/public/AppFramework/OCSController.php
tests/lib/AppFramework/Controller/OCSControllerTest.php