class Beefcake::Message::InvalidValueError
Public Class Methods
Source
# File lib/beefcake.rb, line 14 def initialize(name, val) super("Invalid Value given for `#{name}`: #{val.inspect}") end
Calls superclass method
# File lib/beefcake.rb, line 14 def initialize(name, val) super("Invalid Value given for `#{name}`: #{val.inspect}") end