Class: VagrantPlugins::SPTSync::Command::Root::SiteError
- Inherits:
-
Vagrant::Errors::VagrantError
- Object
- Vagrant::Errors::VagrantError
- VagrantPlugins::SPTSync::Command::Root::SiteError
- Defined in:
- lib/vagrant-sptsync/commands/root.rb
Instance Method Summary collapse
-
#initialize(site) ⇒ SiteError
constructor
A new instance of SiteError.
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 |