method
new
v7.1.3.2 -
Show latest stable
- Class:
ActiveSupport::EncryptedFile::MissingContentError
new(content_path)public
No documentation available.
# File activesupport/lib/active_support/encrypted_file.rb, line 10
def initialize(content_path)
super "Missing encrypted content file in #{content_path}."
end