This commit is contained in:
Samuel Georges 2015-01-18 14:49:09 +11:00
parent 6091b00f89
commit 5bbb248ffa
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ class Controller extends Extendable
);
}
catch (Exception $ex) {
return Response::make(ApplicationException::getDetailedMessage($ex));
return Response::make(ApplicationException::getDetailedMessage($ex), 500);
}
}