Class: V::ECMDNOFO

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

Instance Method Summary collapse

Constructor Details

#initialize(command) ⇒ ECMDNOFO

Returns a new instance of ECMDNOFO.



25
26
27
# File 'lib/v/errors.rb', line 25

def initialize(command)
  super "#{ command }: command not found"
end