123456789_123456789_123456789_123456789_123456789_

Exception: TestApp::TestAppOtherError

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Exception
Instance Chain:
self, Exception
Inherits: Exception
  • Object
Defined in: lib/capybara/spec/test_app.rb

Class Method Summary

Constructor Details

.new(string1, msg) ⇒ TestAppOtherError

[ GitHub ]

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

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