Sha256: 9b700e5c11e24c225c8a0da1a855a1125566e34c8a62abc57bdfdb100a2325b4
Contents?: true
Size: 419 Bytes
Versions: 62
Compression:
Stored size: 419 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
62 entries across 55 versions & 7 rubygems