1
0
mirror of https://github.com/google/nomulus synced 2026-04-19 15:55:21 +00:00
Files
nomulus/core
gbrodman 43000a5f80 Refactor common exception handling in ConsoleApiAction (#2443)
There are a bunch of cases where we want common exception handling and
it's annoying to have to deal with the common "set failed response and
make sure to return" a bunch of times.

This allows us to break up request methods more easily, since we can now
often throw exceptions that will break all the way back up to
ConsoleApiAction. Previously, any error handling had to exist in the
primary handler method so it could return.
2024-05-16 18:29:14 +00:00
..
2024-03-06 15:10:11 +00:00