class SeeAsVee::Exceptions::BadInputError

Public Class Methods

new(object) click to toggle source
Calls superclass method
# File lib/see_as_vee/exceptions.rb, line 14
def initialize object
  super "Do not know what to do with an instance of #{object.class}: #{object.inspect}"
end