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.

 12 13 14 15 16
# File 'lib/capybara/spec/test_app.rb', line 12 def initialize(string1, msg) super() @something = string1 @message = msg end