Sha256: d511036c1d465d98a73fef0bb9e8cf029a93d19b2cfa0f6aba2be0526bb38d72
Contents?: true
Size: 269 Bytes
Versions: 62
Compression:
Stored size: 269 Bytes
Contents
module VagrantPlugins module AtlasPush module Errors class Error < Vagrant::Errors::VagrantError error_namespace("atlas_push.errors") end class UploaderNotFound < Error error_key(:uploader_not_found) end end end end
Version data entries
62 entries across 55 versions & 7 rubygems