G5/github_heroku_deployer

View on GitHub
lib/github_heroku_deployer/exceptions.rb

Summary

Maintainability
A
0 mins
Test Coverage
module GithubHerokuDeployer
  class ConfigurationException < StandardError; end
  class CommandException < StandardError; end
end