class RubyEventStore::InMemoryRepository::UnsupportedVersionAnyUsage
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/ruby_event_store/in_memory_repository.rb, line 7 def initialize super <<~EOS Mixing expected version :any and specific position (or :auto) is unsupported. Read more about expected versions here: https://railseventstore.org/docs/v2/expected_version/ EOS end