class ActiveSupport::EncryptedFile::MissingContentError

def initialize(content_path)

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