Exception: Awshucks::UnknownCommandError

Inherits:
CommandError show all
Defined in:
lib/awshucks/command.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ UnknownCommandError

Returns a new instance of UnknownCommandError.



8
9
10
# File 'lib/awshucks/command.rb', line 8

def initialize(msg)
  super "Could not find command '#{msg}'"
end