Exception: OmniScrapper::UnknownFrameworkException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/omni_scrapper/exceptions/unknown_framework_exception.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Uknown framework. Do not know where to generate directory structure.') ⇒ UnknownFrameworkException

Returns a new instance of UnknownFrameworkException.



3
4
5
# File 'lib/omni_scrapper/exceptions/unknown_framework_exception.rb', line 3

def initialize(msg = 'Uknown framework. Do not know where to generate directory structure.')
  super
end