Exception: NSWTopo::Chrome::Error
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- NSWTopo::Chrome::Error
- Defined in:
- lib/nswtopo/chrome.rb
Instance Method Summary collapse
-
#initialize(message = "chrome error") ⇒ Error
constructor
A new instance of Error.
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( = "chrome error") super end |