Exception: V::EUNREV

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

Instance Method Summary collapse

Methods inherited from ERROR

raise

Constructor Details

#initializeEUNREV

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