Exception: OmniScrapper::UnsupportedFrameworkException

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'This framework is not supported yet. Consider manual installation.') ⇒ UnsupportedFrameworkException

Returns a new instance of UnsupportedFrameworkException.



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

def initialize(msg = 'This framework is not supported yet. Consider manual installation.')
  super
end