Exception: Ucode::CodeChartNotFoundError

Inherits:
GlyphError show all
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

#context

Method Summary

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from Ucode::Error