Exception: Cany::CommandExecutionFailed

Inherits:
Error
  • Object
show all
Defined in:
lib/cany/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(args) ⇒ CommandExecutionFailed

Returns a new instance of CommandExecutionFailed.



19
20
21
# File 'lib/cany/errors.rb', line 19

def initialize(args)
  super "Could not execute: #{args.join(' ')}"
end