Exception: Porth::UnknownFormatError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/porth/unknown_format_error.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



3
4
5
# File 'lib/porth/unknown_format_error.rb', line 3

def message
  'Unknown format. Supported formats are ' + Handler.formats.keys.join(', ')
end