Sha256: cdd4f1b197d9efaee75d4940457d5e5fa99ed539da26c47aa656257815294117

Contents?: true

Size: 284 Bytes

Versions: 1

Compression:

Stored size: 284 Bytes

Contents

module VagrantPlugins
  module LocalExecPush
    module Errors
      class Error < Vagrant::Errors::VagrantError
        error_namespace("local_exec_push.errors")
      end

      class CommandFailed < Error
        error_key(:command_failed)
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-cloudstack-1.2.0 vendor/bundle/bundler/gems/vagrant-c84e05fd063f/plugins/pushes/local-exec/errors.rb