class RubyEventStore::EventNotFound
Attributes
Public Class Methods
Source
# File lib/ruby_event_store/errors.rb, line 21 def initialize(event_id) super("Event not found: #{event_id}") @event_id = event_id end
Calls superclass method