class Ridoku::InvalidConfig

Attributes

error[RW]
type[RW]

Public Class Methods

new(type, error) click to toggle source
# File lib/ridoku/base.rb, line 13
def initialize(type, error)
  self.type = type
  self.error = error
end