Exception: ActiveSupport::EncryptedFile::MissingContentError
- Inherits:
 - 
      RuntimeError
      
        
- Object
 - RuntimeError
 - ActiveSupport::EncryptedFile::MissingContentError
 
 
- Defined in:
 - lib/active_support/encrypted_file.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(content_path)  ⇒ MissingContentError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of MissingContentError.
 
Constructor Details
#initialize(content_path) ⇒ MissingContentError
Returns a new instance of MissingContentError.
      10 11 12  | 
    
      # File 'lib/active_support/encrypted_file.rb', line 10 def initialize(content_path) super "Missing encrypted content file in #{content_path}." end  |