Exception: Coltrane::Cli::WrongRepresentationTypeError
- Inherits:
-
ColtraneCliError
- Object
- StandardError
- ColtraneCliError
- Coltrane::Cli::WrongRepresentationTypeError
- Defined in:
- lib/cli/errors.rb
Instance Method Summary collapse
-
#initialize(type) ⇒ WrongRepresentationTypeError
constructor
A new instance of WrongRepresentationTypeError.
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 |