Exception: OmniScrapper::UnknownFrameworkException
- Inherits:
-
StandardError
- Object
- StandardError
- OmniScrapper::UnknownFrameworkException
- Defined in:
- lib/omni_scrapper/exceptions/unknown_framework_exception.rb
Instance Method Summary collapse
-
#initialize(msg = 'Uknown framework. Do not know where to generate directory structure.') ⇒ UnknownFrameworkException
constructor
A new instance of UnknownFrameworkException.
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 |