Exception: RubyEventStore::Mappers::Transformation::Encryption::MissingEncryptionKey
- Inherits:
-
StandardError
- Object
- StandardError
- RubyEventStore::Mappers::Transformation::Encryption::MissingEncryptionKey
- Defined in:
- lib/ruby_event_store/mappers/transformation/encryption.rb
Instance Method Summary collapse
-
#initialize(key_identifier) ⇒ MissingEncryptionKey
constructor
A new instance of MissingEncryptionKey.
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 |