Sha256: 0fe724b58fe6732998a18f14b61a9d8a69364387a397463bce33e2b4dd705d11
Contents?: true
Size: 380 Bytes
Versions: 4
Compression:
Stored size: 380 Bytes
Contents
module Vagrant module Errors class VagrantfileTemplatedExistsError < VagrantError error_key(:vagrantfile_templated_exists) end class BerksfileTemplatedExistsError < VagrantError error_key(:berksfile_templated_exists) end class VagrantTemplatedOptionNotFound < VagrantError error_key(:vagrant_templated_option_not_found) end end end
Version data entries
4 entries across 4 versions & 1 rubygems