class RubyEventStore::Mappers::Transformation::Encryption::MissingEncryptionKey
Public Class Methods
Source
# 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
Calls superclass method