Sha256: e47dbb76d664f80201d28b0386d1812f2d1a7965a54c852d26b675afd300338b

Contents?: true

Size: 300 Bytes

Versions: 1

Compression:

Stored size: 300 Bytes

Contents

require "vagrant"

module VagrantPlugins
  module Smartos
    module Errors
      class VagrantSmartosError < Vagrant::Errors::VagrantError
        error_namespace("vagrant_smartos.errors")
      end

      class VmadmError < VagrantSmartosError
        error_key(:vmadm)
      end

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-smartos-0.0.2pre1 lib/vagrant-smartos/errors.rb