Module: IgnoreNotFound
- Included in:
- V0::EVSSBenefitsClaimsController, V0::EVSSClaimsAsyncController, V0::EVSSClaimsController, V0::HealthCareApplicationsController, V0::InProgressFormsController, V0::Profile::ConnectedApplicationsController, V0::VirtualAgent::VirtualAgentClaimStatusController, V1::Post911GIBillStatusesController
- Defined in:
- app/controllers/concerns/ignore_not_found.rb
Instance Method Summary collapse
Instance Method Details
#skip_sentry_exception_types ⇒ Object
4 5 6 |
# File 'app/controllers/concerns/ignore_not_found.rb', line 4 def skip_sentry_exception_types ApplicationController::SKIP_SENTRY_EXCEPTION_TYPES + [Common::Exceptions::RecordNotFound] end |