class Diffcrypt::MissingContentError

Public Class Methods

new(content_path) click to toggle source
Calls superclass method
# File lib/diffcrypt.rb, line 11
def initialize(content_path)
  super "Missing encrypted content file in #{content_path}."
end