Exception: Coltrane::Cli::WrongRepresentationTypeError

Inherits:
ColtraneCliError
  • Object
show all
Defined in:
lib/cli/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(type) ⇒ WrongRepresentationTypeError

Returns a new instance of WrongRepresentationTypeError.



26
27
28
29
# File 'lib/cli/errors.rb', line 26

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