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

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