Refresh

This website rubydoc.info/gems/activity_engine/0.0.7/ActivityEngine/UnpersistedSubjectError is currently offline. Cloudflare\'s Always Online™ shows a snapshot of this web page from the Internet Archive\'s Wayback Machine. To check for the live version, click Refresh.

Exception: ActivityEngine::UnpersistedSubjectError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/activity_engine/exceptions.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(subject) ⇒ UnpersistedSubjectError

Returns a new instance of UnpersistedSubjectError.



3
4
5
# File 'lib/activity_engine/exceptions.rb', line 3

def initialize(subject)
  super("#{subject.inspect} is not persisted")
end