Exception: NSWTopo::Chrome::Error

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/nswtopo/chrome.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = "chrome error") ⇒ Error

Returns a new instance of Error.



30
31
32
# File 'lib/nswtopo/chrome.rb', line 30

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