Exception: Chieftain::CommandError

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

Overview

The root exception class used by the Chieftain class hierarchy.

Direct Known Subclasses

ParameterError

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ CommandError

Returns a new instance of CommandError.



4
5
6
# File 'lib/chieftain/exceptions.rb', line 4

def initialize(message)
  super(message)
end