class EY::Repo::NoRemotesError
Public Class Methods
new(path)
click to toggle source
Calls superclass method
# File lib/engineyard/repo.rb, line 15 def initialize(path) super "fatal: No git remotes found in #{path}" end