class Beefcake::Message::WrongTypeError
Public Class Methods
Source
# File lib/beefcake.rb, line 7 def initialize(name, exp, got) super("Wrong type `#{got}` given for (#{name}). Expected #{exp}") end
Calls superclass method
# File lib/beefcake.rb, line 7 def initialize(name, exp, got) super("Wrong type `#{got}` given for (#{name}). Expected #{exp}") end