Exception: HowIs::UnsupportedExportFormat

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

Overview

Raised when attempting to export to an unsupported format

Instance Method Summary collapse

Constructor Details

#initialize(format) ⇒ UnsupportedExportFormat

Returns a new instance of UnsupportedExportFormat.



9
10
11
# File 'lib/how_is/report.rb', line 9

def initialize(format)
  super("Unsupported export format: #{format}")
end