Exception: TestApp::TestAppOtherError
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Exception
|
|
Instance Chain:
self,
Exception
|
|
Inherits: |
Exception
|
Defined in: | lib/capybara/spec/test_app.rb |
Class Method Summary
- .new(string1, msg) ⇒ TestAppOtherError constructor
Constructor Details
.new(string1, msg) ⇒ TestAppOtherError
# File 'lib/capybara/spec/test_app.rb', line 12
def initialize(string1, msg) super() @something = string1 @message = msg end