class Embedson::ClassTypeError
Public Class Methods
new(wrong_name, correct_name)
click to toggle source
Calls superclass method
# File lib/embedson/exceptions.rb, line 4 def initialize(wrong_name, correct_name) super("Wrong argument type #{wrong_name} (expected #{correct_name})") end