Exception: Xvert::UnsupportedFormatError

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

Instance Method Summary collapse

Constructor Details

#initialize(format) ⇒ UnsupportedFormatError

Returns a new instance of UnsupportedFormatError.



13
14
15
# File 'lib/xvert.rb', line 13

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