Exception: WixAnswers::Exceptions::SchemaTypeError
- Inherits:
-
TypeError
- Object
- TypeError
- WixAnswers::Exceptions::SchemaTypeError
- Defined in:
- lib/wixanswers/exceptions.rb
Instance Method Summary collapse
-
#initialize(expected, actual) ⇒ SchemaTypeError
constructor
A new instance of SchemaTypeError.
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 |