class Xommelier::TypeError

Typecasting error

Public Class Methods

new(object, type) click to toggle source
Calls superclass method
# File lib/xommelier.rb, line 35
def initialize(object, type)
  super("Cannot typecast #{object.inspect} to #{type}")
end