Class: Vagrant::Hmurca::SyncedFolderNotFoundError

Inherits:
ParserError
  • Object
show all
Defined in:
lib/vagrant/hmurca/errors.rb

Overview

Public: Error raised when synced folder doesn’t exist.

Instance Method Summary collapse

Constructor Details

#initialize(folder, line_no) ⇒ SyncedFolderNotFoundError

Returns a new instance of SyncedFolderNotFoundError.



20
21
22
# File 'lib/vagrant/hmurca/errors.rb', line 20

def initialize(folder, line_no)
  super("Synced folder does not exist (line #{line_no}): #{folder}")
end