Sha256: 8056bfc8fb164bee19d5faa20f7ae2679098d6f7f77e91dfa8997f5c7bca39ad
Contents?: true
Size: 496 Bytes
Versions: 413
Compression:
Stored size: 496 Bytes
Contents
# This ExampleException is used for throwing Exceptions 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 {ExampleStandardError}, use this when you need to test against # StandardError-level Ruby exceptions. # # @see ExampleStandardError class ExampleException < Exception # rubocop:disable Lint/InheritException end
Version data entries
413 entries across 413 versions & 1 rubygems