Sha256: 532b93e2e583ffa7f75eb40d05b527e02a7932b2275310944ba1f201e0314ad5
Contents?: true
Size: 223 Bytes
Versions: 12
Compression:
Stored size: 223 Bytes
Contents
require './app' class SkippableError < RuntimeError attr_accessor :skip_bugsnag end begin raise SkippableError.new("NotifyException") rescue => exception exception.skip_bugsnag = true Bugsnag.notify(exception) end
Version data entries
12 entries across 12 versions & 1 rubygems