Class: V::ECMDNOFO
- Inherits:
-
Object
- Object
- V::ECMDNOFO
- Defined in:
- lib/v/errors.rb
Instance Method Summary collapse
-
#initialize(command) ⇒ ECMDNOFO
constructor
A new instance of ECMDNOFO.
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 |