Exception: Watir::Exception::WatirException

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/watir-classic/exceptions.rb

Overview

Root class for all Watir Exceptions

Instance Method Summary collapse

Constructor Details

#initialize(message = "") ⇒ WatirException

Returns a new instance of WatirException.



6
7
8
# File 'lib/watir-classic/exceptions.rb', line 6

def initialize(message="")
  super(message)
end