Exception: ThreeScale::Core::InvalidPerPage

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

#initializeInvalidPerPage

Returns a new instance of InvalidPerPage.



77
78
79
# File 'lib/3scale/core/errors.rb', line 77

def initialize
  super %(per_page is not valid, must be positive)
end