class ThreeScale::Core::ProviderKeyNotFound

Public Class Methods

new(key) click to toggle source
Calls superclass method
# File lib/3scale/core/errors.rb, line 65
def initialize(key)
  super %(Provider key="#{key}" does not exist)
end