Exception: ThreeScale::Core::InvalidPerPage
- Defined in:
- lib/3scale/core/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ InvalidPerPage
constructor
A new instance of InvalidPerPage.
Methods inherited from Error
code, #code, #to_xml, underscore
Constructor Details
#initialize ⇒ InvalidPerPage
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 |