class ThreeScale::Core::InvalidProviderKeys

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/3scale/core/errors.rb, line 53
def initialize
  super %(Provider keys are not valid, must be not nil and different)
end