Exception: Firefox::UnsupportedOSError

Inherits:
Exception
  • Object
show all
Defined in:
lib/firefox/base.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ UnsupportedOSError

Returns a new instance of UnsupportedOSError.



3
4
5
# File 'lib/firefox/base.rb', line 3

def initialize message
  super message
end