Exception: TestApp::TestAppOtherError

Inherits:
Exception
  • Object
show all
Defined in:
lib/capybara/spec/test_app.rb

Overview

rubocop:disable Lint/InheritException

Instance Method Summary collapse

Constructor Details

#initialize(string1, msg) ⇒ TestAppOtherError

Returns a new instance of TestAppOtherError.



11
12
13
14
# File 'lib/capybara/spec/test_app.rb', line 11

def initialize(string1, msg)
  @something = string1
  @message = msg
end