Skip to content
Snippets Groups Projects

Updates to implement finish, process MultiSmartData for v1.2 (Mobile)...

Closed Guilherme Arthur Gerônimo requested to merge master into prod
136 files
+ 208505
1037
Compare changes
  • Side-by-side
  • Inline
Files
136
+ 1
2
@@ -13,11 +13,10 @@ try {
$response = create($content);
}catch(CustomException $e){
http_response_code($e->getHTTPCodeError());
Logger::exception($e);
header('X-Message: '.$e->getMessage(), false);
return false;
}catch(\Exception $e){
http_response_code(HttpStatusCode::BAD_REQUEST);
Logger::exception($e);
return false;
}
Loading