Sha256: f06865078639cf8eb9ceec5a9f4007c407999eed9aec24b2f80c3e5b74705353
Contents?: true
Size: 417 Bytes
Versions: 2
Compression:
Stored size: 417 Bytes
Contents
# frozen_string_literal: true require 'vagrant' module Vagrant module Errors # This Class denotes Errors for SCP Sync class SyncedFolderScpSyncError < VagrantError error_key(:scp_sync_error, 'vagrant_scp_sync.errors') end # This Class denotes that SCP Sync is not found class SCPNotFound < VagrantError error_key(:scp_installed_error, 'vagrant_scp_sync.errors') end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-scp-sync-0.5.10 | lib/vagrant-scp-sync/errors.rb |
vagrant-scp-sync-0.5.9 | lib/vagrant-scp-sync/errors.rb |