Exception: V::ENOTREPO
Instance Method Summary collapse
-
#initialize ⇒ ENOTREPO
constructor
A new instance of ENOTREPO.
Methods inherited from ERROR
Constructor Details
#initialize ⇒ ENOTREPO
Returns a new instance of ENOTREPO.
10 11 12 |
# File 'lib/v/errors.rb', line 10 def initialize super 'repository do not exist' end |