Exception: HowIs::UnsupportedExportFormat
- Inherits:
-
StandardError
- Object
- StandardError
- HowIs::UnsupportedExportFormat
- Defined in:
- lib/how_is/report.rb
Overview
Raised when attempting to export to an unsupported format
Instance Method Summary collapse
-
#initialize(format) ⇒ UnsupportedExportFormat
constructor
A new instance of UnsupportedExportFormat.
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 |