Sha256: 5b19bbd60d74e71a4efd5048d87d523b50bcf3b6b18e0bca5d7362797f99e708
Contents?: true
Size: 452 Bytes
Versions: 413
Compression:
Stored size: 452 Bytes
Contents
# This ExampleStandardError 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. # # There's also {ExampleException}, use this when you need to test against # Exception-level Ruby exceptions. # # @see ExampleException class ExampleStandardError < StandardError end
Version data entries
413 entries across 413 versions & 1 rubygems