Sha256: 224f4088db63ddfff5d8f15d1ffa8248af627a7e2c1cf7e0f05d8627cea2fff1
Contents?: true
Size: 440 Bytes
Versions: 1
Compression:
Stored size: 440 Bytes
Contents
module VagrantPlugins module HerokuPush module Errors class Error < Vagrant::Errors::VagrantError error_namespace("heroku_push.errors") end class CommandFailed < Error error_key(:command_failed) end class GitNotFound < Error error_key(:git_not_found) end class NotAGitRepo < Error error_key(:not_a_git_repo) 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/heroku/errors.rb |