module Airbrake
def build_notice(exception, params = {})
-
(Airbrake::Notice)
- the notice built with help of the given
Parameters:
-
params
(Hash
) -- The additional params attached to the notice -
exception
(Exception
) -- The exception on top of which the notice
def build_notice(exception, params = {}) @notifiers[:default].build_notice(exception, params) end