Open postmodern opened 5 months ago
Whenever we rescue an exception in the App to return 400 or 500, we should also log the exception message and maybe it's backtrace for better debugging.
rescue
App
400
500
Whenever we
rescue
an exception in theApp
to return400
or500
, we should also log the exception message and maybe it's backtrace for better debugging.