Exception: ThreeScale::Core::UsageLimitInvalidPeriods

Inherits:
Error
  • Object
show all
Defined in:
lib/3scale/core/errors.rb

Instance Method Summary collapse

Methods inherited from Error

code, #code, #to_xml, underscore

Constructor Details

#initialize(periods) ⇒ UsageLimitInvalidPeriods

Returns a new instance of UsageLimitInvalidPeriods.



71
72
73
# File 'lib/3scale/core/errors.rb', line 71

def initialize(periods)
  super %(UsageLimit invalid periods #{periods})
end