Module: Verikloak::Rails::Controller::ErrorHandling
- Included in:
- Verikloak::Rails::Controller
- Defined in:
- lib/verikloak/rails/controller/error_handling.rb
Overview
Rescue handlers and 500-error logging backing the Controller
concern's rescue_from registrations. Turns uncaught exceptions
into the standardized JSON responses while keeping the underlying
failure visible to operators through the innermost logger.