Exception: OmniScrapper::UnsupportedFrameworkException
- Inherits:
-
StandardError
- Object
- StandardError
- OmniScrapper::UnsupportedFrameworkException
- Defined in:
- lib/omni_scrapper/exceptions/unsupported_framework_exception.rb
Instance Method Summary collapse
-
#initialize(msg = 'This framework is not supported yet. Consider manual installation.') ⇒ UnsupportedFrameworkException
constructor
A new instance of UnsupportedFrameworkException.
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 |