Exception: ActiveSupport::EncryptedFile::InvalidKeyLengthError
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
          RuntimeError
         | |
| Instance Chain: 
          self,
          RuntimeError
         | |
| Inherits: | RuntimeError 
 | 
| Defined in: | activesupport/lib/active_support/encrypted_file.rb | 
Class Method Summary
- .new ⇒ InvalidKeyLengthError constructor
Constructor Details
    .new  ⇒ InvalidKeyLengthError 
  
# File 'activesupport/lib/active_support/encrypted_file.rb', line 24
def initialize super "Encryption key must be exactly #{EncryptedFile.expected_key_length} characters." end