method

handle

handle(error_class = StandardError, severity: :warning, context: {}, fallback: nil)
public

Report any unhandled exception, and swallow it.

Rails.error.handle do
  1 + '1'
end