method
new
v7.0.0 -
Show latest stable
- Class:
ActiveSupport::EncryptedFile::InvalidKeyLengthError
new()public
No documentation available.
# File activesupport/lib/active_support/encrypted_file.rb, line 24
def initialize
super "Encryption key must be exactly #{EncryptedFile.expected_key_length} characters."
end