Exception: Browscapper::NotLoadedError

Inherits:
Error
  • Object
show all
Defined in:
lib/browscapper.rb

Instance Method Summary collapse

Constructor Details

#initializeNotLoadedError

Returns a new instance of NotLoadedError.



17
18
19
# File 'lib/browscapper.rb', line 17

def initialize
  super("Browscap file not loaded")
end