Sha256: da7aeba790f83c04e0239f112316201737b6564db18bce6358f616884d5caba0
Contents?: true
Size: 196 Bytes
Versions: 1
Compression:
Stored size: 196 Bytes
Contents
require 'bugsnag' module ExceptionNotifier class BugsnagNotifier def initialize(options) end def call(exception, options={}) Bugsnag.auto_notify(exception) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
exception_notification-bugsnag-0.1.0 | lib/bugsnag/exception_notification.rb |