Closed njustus closed 5 years ago
use the error handling provided by Finatra and map exceptions to HTTP errors.. Use either
CommonFilters
We are mapping our errors directly to responses, no need to catch exceptions :).
use the error handling provided by Finatra and map exceptions to HTTP errors.. Use either
CommonFilters
)