Exception: Diffcrypt::MissingContentError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/diffcrypt.rb

Instance Method Summary collapse

Constructor Details

#initialize(content_path) ⇒ MissingContentError

Returns a new instance of MissingContentError.



11
12
13
# File 'lib/diffcrypt.rb', line 11

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