Send the hint too.
This commit is contained in:
parent
72957694a4
commit
69a2880800
@ -244,7 +244,8 @@ class DocumentController extends Controller {
|
||||
catch (ResponseException $e) {
|
||||
return array(
|
||||
'status' => 'error',
|
||||
'message' => $e->getMessage()
|
||||
'message' => $e->getMessage(),
|
||||
'hint' => $e->getHint()
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user