class Sequent::Core::EventStore::DeserializeEventError
Attributes
Public Class Methods
Source
# File lib/sequent/core/event_store.rb, line 46 def initialize(event_hash) super() @event_hash = event_hash end
Calls superclass method
Public Instance Methods
Source
# File lib/sequent/core/event_store.rb, line 51 def message "Event hash: #{event_hash.inspect}\nCause: #{cause.inspect}" end