Exception: MarkdownRecord::Errors::MissingParentError

Inherits:
Base
  • Object
show all
Defined in:
lib/markdown_record/errors/missing_parent_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(parent_id) ⇒ MissingParentError

Returns a new instance of MissingParentError.



6
7
8
# File 'lib/markdown_record/errors/missing_parent_error.rb', line 6

def initialize(parent_id)
  super("No content fragment matched parent_id: #{parent_id}.")
end