method

handle

Importance_1
v7.0.0 - Show latest stable - 0 notes - Class: ErrorReporter
handle(error_class = StandardError, severity: :warning, context: {}, fallback: nil) public

Report any unhandled exception, and swallow it.

Rails.error.handle do
  1 + '1'
end
Show source
Register or log in to add new notes.