Exception: HowIs::Analyzer::UnsupportedImportFormat

Inherits:
StandardError
  • Object
show all
Defined in:
lib/how_is/analyzer.rb

Overview

Raised when attempting to import to an unsupported format.

Instance Method Summary collapse

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