Exception: Xvert::UnsupportedFormatError

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

Instance Method Summary collapse

Constructor Details

#initialize(format) ⇒ UnsupportedFormatError



11
12
13
# File 'lib/xvert.rb', line 11

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