Sha256: d16cc70dd165d2664314873668a87f0a8036b6ceea248fbab2d13974097782bb
Contents?: true
Size: 190 Bytes
Versions: 11
Compression:
Stored size: 190 Bytes
Contents
class TestModel < ApplicationRecord def self.fail_with_args(a) raise "uh oh" end def self.notify_with_args(a) Bugsnag.notify(RuntimeError.new("Handled exception")) end end
Version data entries
11 entries across 11 versions & 1 rubygems