Exception: Browscapper::NotLoadedError
- Defined in:
- lib/browscapper.rb
Instance Method Summary collapse
-
#initialize ⇒ NotLoadedError
constructor
A new instance of NotLoadedError.
Constructor Details
#initialize ⇒ NotLoadedError
Returns a new instance of NotLoadedError.
17 18 19 |
# File 'lib/browscapper.rb', line 17 def initialize super("Browscap file not loaded") end |