Exception: Nanoc::Deploying::Deployers::Git::Errors::RemoteDoesNotExist
Instance Method Summary collapse
-
#initialize(remote) ⇒ RemoteDoesNotExist
constructor
A new instance of RemoteDoesNotExist.
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 |