Exception: SeeAsVee::Exceptions::BadInputError

Inherits:
SeeAsVeeError
  • Object
show all
Defined in:
lib/see_as_vee/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(object) ⇒ BadInputError

Returns a new instance of BadInputError.



14
15
16
# 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