Exception: HowIs::Analyzer::UnsupportedImportFormat
- Inherits:
-
StandardError
- Object
- StandardError
- HowIs::Analyzer::UnsupportedImportFormat
- Defined in:
- lib/how_is/analyzer.rb
Overview
Raised when attempting to import to an unsupported format.
Instance Method Summary collapse
-
#initialize(format) ⇒ UnsupportedImportFormat
constructor
A new instance of UnsupportedImportFormat.
Constructor Details
#initialize(format) ⇒ UnsupportedImportFormat
Returns a new instance of UnsupportedImportFormat.
21 22 23 |
# File 'lib/how_is/analyzer.rb', line 21 def initialize(format) super("Unsupported import format: #{format}") end |