Exception: Notifications::ObjectIntrospectionError

Inherits:
NoMethodError
  • Object
show all
Defined in:
lib/notifications.rb

Instance Method Summary collapse

Constructor Details

#initializeObjectIntrospectionError

Returns a new instance of ObjectIntrospectionError.



29
30
31
# File 'lib/notifications.rb', line 29

def initialize
  super "Object not introspected. Introspect before calling proxy methods."
end