class Riveter::UnregisteredTypeError

Attributes

type[R]

Public Class Methods

new(type) click to toggle source
Calls superclass method
# File lib/riveter/associated_type_registry.rb, line 58
def initialize(type)
  super "Unregistered type '#{type}'"
  @type = type
end