class RubyEventStore::Mappers::Transformation::Encryption::MissingEncryptionKey

Public Class Methods

new(key_identifier) click to toggle source
Calls superclass method
# 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