Skip to Content Skip to Search

class ActiveSupport::EncryptedFile::InvalidKeyLengthError

Inherits From

Public class methods

Source code GitHub
# File activesupport/lib/active_support/encrypted_file.rb, line 24
def initialize
  super "Encryption key must be exactly #{EncryptedFile.expected_key_length} characters."
end

Definition files