You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes NoSuchElementExceptionMapper one of our "standard"
exception mappers. This is unique to kiwi and does not
replace an existing Dropwizard exception mapper.
Closes#424
This makes NoSuchElementExceptionMapper one of our "standard"
exception mappers. This is unique to kiwi and does not
replace an existing Dropwizard exception mapper.
Closes#424
Add kiwi's
NoSuchElementExceptionMapper
toStandardExceptionMappers
.It maps
NoSuchElementException
to 404 responses.Originally from #269
The text was updated successfully, but these errors were encountered: