Exception: ActiveSupport::EncryptedConfiguration::InvalidKeyError
| 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_configuration.rb | 
Class Method Summary
- .new(content_path, key) ⇒ InvalidKeyError constructor
Constructor Details
    .new(content_path, key)  ⇒ InvalidKeyError 
  
# File 'activesupport/lib/active_support/encrypted_configuration.rb', line 47
def initialize(content_path, key) super "Key '#{key}' is invalid, it must respond to '#to_sym' from configuration in '#{content_path}'." end