Exception: Nanoc::Deploying::Deployers::Git::Errors::RemoteDoesNotExist

Inherits:
Generic
  • Object
show all
Defined in:
lib/nanoc/deploying/deployers/git.rb

Instance Method Summary collapse

Constructor Details

#initialize(remote) ⇒ RemoteDoesNotExist

Returns a new instance of RemoteDoesNotExist



35
36
37
# File 'lib/nanoc/deploying/deployers/git.rb', line 35

def initialize(remote)
  super("The remote to deploy to, #{remote}, does not exist.")
end