Exception: Realm::Contract::NotConvertibleToSchema

Inherits:
Error
  • Object
show all
Defined in:
lib/realm/contract.rb

Instance Method Summary collapse

Methods inherited from Error

[]

Constructor Details

#initialize(thing) ⇒ NotConvertibleToSchema

Returns a new instance of NotConvertibleToSchema.



8
9
10
# File 'lib/realm/contract.rb', line 8

def initialize(thing)
  super("Not convertible to schema: #{thing}")
end