class ThreeScale::Core::InvalidPerPage

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/3scale/core/errors.rb, line 77
def initialize
  super %(per_page is not valid, must be positive)
end