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

Version Path
appsignal-4.0.6-java spec/support/helpers/example_exception.rb
appsignal-4.0.6 spec/support/helpers/example_exception.rb
appsignal-4.0.5-java spec/support/helpers/example_exception.rb
appsignal-4.0.5 spec/support/helpers/example_exception.rb
appsignal-4.0.4-java spec/support/helpers/example_exception.rb
appsignal-4.0.4 spec/support/helpers/example_exception.rb
appsignal-4.0.3-java spec/support/helpers/example_exception.rb
appsignal-4.0.3 spec/support/helpers/example_exception.rb
appsignal-4.0.2-java spec/support/helpers/example_exception.rb
appsignal-4.0.2 spec/support/helpers/example_exception.rb
appsignal-4.0.1-java spec/support/helpers/example_exception.rb
appsignal-4.0.1 spec/support/helpers/example_exception.rb
appsignal-4.0.0-java spec/support/helpers/example_exception.rb
appsignal-4.0.0 spec/support/helpers/example_exception.rb
appsignal-3.13.1-java spec/support/helpers/example_exception.rb
appsignal-3.13.1 spec/support/helpers/example_exception.rb
appsignal-3.13.1.alpha.1-java spec/support/helpers/example_exception.rb
appsignal-3.13.1.alpha.1 spec/support/helpers/example_exception.rb
appsignal-4.0.0.beta.2-java spec/support/helpers/example_exception.rb
appsignal-4.0.0.beta.2 spec/support/helpers/example_exception.rb