Exception: RubyEventStore::Mappers::Transformation::Encryption::MissingEncryptionKey

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ruby_event_store/mappers/transformation/encryption.rb

Instance Method Summary collapse

Constructor Details

#initialize(key_identifier) ⇒ MissingEncryptionKey

Returns a new instance of MissingEncryptionKey.



15
16
17
# File 'lib/ruby_event_store/mappers/transformation/encryption.rb', line 15

def initialize(key_identifier)
  super "Could not find encryption key for '#{key_identifier}'"
end