Sha256: cafe237c4d5f05f80eb834a5a15cbd3e421d5a1922379be2edc7c5b64ec265a5

Contents?: true

Size: 184 Bytes

Versions: 17

Compression:

Stored size: 184 Bytes

Contents

# frozen_string_literal: true

class ExceptionMethod
  def to_s
    'Exception Method fixture'
  end

  def raise_exception
    raise 'Exception occurred in raise_exception'
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
appmap-0.35.1 spec/fixtures/hook/exception_method.rb
appmap-0.35.0 spec/fixtures/hook/exception_method.rb
appmap-0.34.5 spec/fixtures/hook/exception_method.rb
appmap-0.34.4 spec/fixtures/hook/exception_method.rb
appmap-0.34.2 spec/fixtures/hook/exception_method.rb
appmap-0.34.1 spec/fixtures/hook/exception_method.rb
appmap-0.34.0 spec/fixtures/hook/exception_method.rb
appmap-0.33.0 spec/fixtures/hook/exception_method.rb
appmap-0.32.0 spec/fixtures/hook/exception_method.rb
appmap-0.31.0 spec/fixtures/hook/exception_method.rb
appmap-0.28.1 spec/fixtures/hook/exception_method.rb
appmap-0.28.0 spec/fixtures/hook/exception_method.rb
appmap-0.27.0 spec/fixtures/hook/exception_method.rb
appmap-0.26.1 spec/fixtures/hook/exception_method.rb
appmap-0.26.0 spec/fixtures/hook/exception_method.rb
appmap-0.25.2 spec/fixtures/hook/exception_method.rb
appmap-0.25.0 spec/fixtures/hook/exception_method.rb