Exception: Ucode::CodeChartNotFoundError
- Inherits:
-
GlyphError
- Object
- StandardError
- Error
- GlyphError
- Ucode::CodeChartNotFoundError
- Defined in:
- lib/ucode/error.rb
Overview
The Code Charts PDF for a requested block cannot be obtained: the
network returned 4xx/5xx, the response wasn't application/pdf, or
the body didn't start with the %PDF magic. Distinct from
EmbeddedFontsMissingError (which fires when the file is already
on disk and we just can't open it): this fires at fetch time.
Instance Attribute Summary
Attributes inherited from Error
Method Summary
Methods inherited from Error
Constructor Details
This class inherits a constructor from Ucode::Error