Exception: WixAnswers::Exceptions::SchemaTypeError

Inherits:
TypeError
  • Object
show all
Defined in:
lib/wixanswers/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(expected, actual) ⇒ SchemaTypeError

Returns a new instance of SchemaTypeError.



17
18
19
# File 'lib/wixanswers/exceptions.rb', line 17

def initialize(expected, actual)
  super("no implicit conversation of #{expected} to #{actual}")
end