Exception: Anydoc::MalformedError
- Inherits:
-
ConvertError
- Object
- StandardError
- Error
- ConvertError
- Anydoc::MalformedError
- 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
-
#part ⇒ String?
readonly
The package part or stream at fault, or
nilwhen no single part is.
Instance Attribute Details
#part ⇒ String? (readonly)
Returns 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 |