123456789_123456789_123456789_123456789_123456789_

Exception: ActiveSupport::EncryptedFile::MissingContentError

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, RuntimeError
Instance Chain:
self, RuntimeError
Inherits: RuntimeError
  • ::Object
Defined in: activesupport/lib/active_support/encrypted_file.rb

Class Method Summary

Constructor Details

.new(content_path) ⇒ MissingContentError

[ GitHub ]

  
# File 'activesupport/lib/active_support/encrypted_file.rb', line 10

def initialize(content_path)
  super "Missing encrypted content file in #{content_path}."
end