Exception: Anydoc::MalformedError

Inherits:
ConvertError show all
Defined in:
lib/anydoc/errors.rb,
sig/anydoc.rbs

Overview

The document is structurally unusable: no meaningful content could be extracted.

Instance Attribute Summary collapse

Instance Attribute Details

#partString? (readonly)

Returns the package part or stream at fault, or nil when no single part is.

Returns:

  • (String, nil)

    the package part or stream at fault, or nil when no single part is.



25
26
27
# File 'lib/anydoc/errors.rb', line 25

def part
  @part
end