Exception: Docsmith::InvalidJsonContent

Inherits:
Error
  • Object
show all
Defined in:
lib/docsmith/errors.rb

Overview

Raised when a JSON export is asked to parse content (include_parsed: true) on a version whose content_type is "json" but whose content is not valid JSON. The default export path never parses, so it never raises this.