class Populr::APIError

Attributes

error_type[RW]

Public Class Methods

new(type, error) click to toggle source
Calls superclass method
# File lib/populr.rb, line 19
def initialize(type, error)
  super(error)
  self.error_type = type
end