Exception: EY::Repo::NoRemotesError

Inherits:
Error
  • Object
show all
Defined in:
lib/engineyard/repo.rb

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ NoRemotesError

Returns a new instance of NoRemotesError.



15
16
17
# File 'lib/engineyard/repo.rb', line 15

def initialize(path)
  super "fatal: No git remotes found in #{path}"
end