Provide namespace to error class

This commit is contained in:
Chris Roberts 2017-12-21 07:48:41 -08:00
parent e12e2d5374
commit f89c6a37f9
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ module VagrantPlugins
r = Vagrant::Util::Subprocess.execute(*cmd) r = Vagrant::Util::Subprocess.execute(*cmd)
if r.exit_code != 0 if r.exit_code != 0
raise Errors::DefineShareFailed, raise VagrantPlugins::SyncedFolderSMB::Errors::DefineShareFailed,
host: hostpath.to_s, host: hostpath.to_s,
stderr: r.stderr, stderr: r.stderr,
stdout: r.stdout stdout: r.stdout