Exception: V::ENOTWTREE
Instance Method Summary collapse
-
#initialize ⇒ ENOTWTREE
constructor
A new instance of ENOTWTREE.
Methods inherited from ERROR
Constructor Details
#initialize ⇒ ENOTWTREE
Returns a new instance of ENOTWTREE.
15 16 17 |
# File 'lib/v/errors.rb', line 15 def initialize super 'operation must be run in a work tree' end |