class Realm::Contract::NotConvertibleToSchema

Public Class Methods

new(thing) click to toggle source
Calls superclass method
# File lib/realm/contract.rb, line 8
def initialize(thing)
  super("Not convertible to schema: #{thing}")
end