class Paratrooper::HerokuWrapper::ErrorNoAccess

Public Class Methods

new(name) click to toggle source
Calls superclass method
# File lib/paratrooper/heroku_wrapper.rb, line 9
def initialize(name)
  msg = "It appears that you may not have access to #{name}"
  super(msg)
end