Class: VagrantPlugins::SPTSync::Command::Root::SiteError

Inherits:
Vagrant::Errors::VagrantError
  • Object
show all
Defined in:
lib/vagrant-sptsync/commands/root.rb

Instance Method Summary collapse

Constructor Details

#initialize(site) ⇒ SiteError

Returns a new instance of SiteError.



113
114
115
# File 'lib/vagrant-sptsync/commands/root.rb', line 113

def initialize(site)
  return "#{site} is not a valid site"
end