Exception: ActiveSupport::EncryptedFile::MissingContentError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/secure_credentials/active_support/encrypted_file.rb

Instance Method Summary collapse

Constructor Details

#initialize(content_path) ⇒ MissingContentError

Returns a new instance of MissingContentError.



12
13
14
# File 'lib/secure_credentials/active_support/encrypted_file.rb', line 12

def initialize(content_path)
  super "Missing encrypted content file in #{content_path}."
end