Exception: Firefox::UnsupportedOSError
- Inherits:
-
Exception
- Object
- Exception
- Firefox::UnsupportedOSError
- Defined in:
- lib/firefox/base.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize(message) ⇒ UnsupportedOSError
constructor
A new instance of UnsupportedOSError.
Constructor Details
#initialize(message) ⇒ UnsupportedOSError
Returns a new instance of UnsupportedOSError.
3 4 5 |
# File 'lib/firefox/base.rb', line 3 def initialize super end |