class Rebrandly::MissingApiKey

Public Instance Methods

new() click to toggle source
Calls superclass method Rebrandly::Error#new
# File lib/rebrandly/error.rb, line 9
def new
  super('Missing API key')
end