Exception: ActiveSupport::EncryptedFile::MissingContentError
| 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(content_path) ⇒ MissingContentError constructor
Constructor Details
    .new(content_path)  ⇒ MissingContentError 
  
# File 'activesupport/lib/active_support/encrypted_file.rb', line 10
def initialize(content_path) super "Missing encrypted content file in #{content_path}." end