class Object

Public Instance Methods

generic_exception(exception) click to toggle source
# File lib/foreman_ext/application_controller.rb, line 4
def generic_exception(exception)
  Raven.capture_exception(exception)
  generic_exception_original(exception)
end