Sha256: 87a5c25b9b8a1c7e1136aab6d85466ab6f2395d971e5e7656a25683d6324752a
Contents?: true
Size: 308 Bytes
Versions: 39
Compression:
Stored size: 308 Bytes
Contents
# This VerySpecificError is used for throwing errors in specs that are allowed # or expected. # # For example, this error can be thrown to raise an exception in AppSignal's # run, which should stop the program and the appsignal gem, but not crash the # test suite. class VerySpecificError < RuntimeError end
Version data entries
39 entries across 39 versions & 1 rubygems