class ActiveSupport::EncryptedFile::InvalidKeyLengthError
def initialize
def initialize super "Encryption key must be exactly #{EncryptedFile.expected_key_length} characters." end
def initialize super "Encryption key must be exactly #{EncryptedFile.expected_key_length} characters." end