Exception: Coltrane::WrongRepresentationTypeError

Inherits:
CommandError
  • Object
show all
Defined in:
lib/coltrane/commands/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(type) ⇒ WrongRepresentationTypeError

Returns a new instance of WrongRepresentationTypeError.



25
26
27
28
# File 'lib/coltrane/commands/errors.rb', line 25

def initialize(type)
  super "The provided representation type (#{type}) "\
        'is not available at the moment.'
end