Send the hint too.

This commit is contained in:
Jan Holesovsky 2016-04-18 15:18:20 +02:00
parent 72957694a4
commit 69a2880800

View File

@ -244,7 +244,8 @@ class DocumentController extends Controller {
catch (ResponseException $e) {
return array(
'status' => 'error',
'message' => $e->getMessage()
'message' => $e->getMessage(),
'hint' => $e->getHint()
);
}