Exception: V::EUNREV
Instance Method Summary collapse
-
#initialize ⇒ EUNREV
constructor
A new instance of EUNREV.
Methods inherited from ERROR
Constructor Details
#initialize ⇒ EUNREV
Returns a new instance of EUNREV.
30 31 32 |
# File 'lib/v/errors.rb', line 30 def initialize super 'unknown revision or path not in the working tree' end |