Exception: Ucode::FontChecksumError

Inherits:
ChecksumError show all
Defined in:
lib/ucode/error.rb

Overview

SHA256 of a downloaded specialist font does not match the value declared in config/specialist_fonts.yml. Distinct from ChecksumError so callers can rescue the font-pipeline failure without catching every generic checksum mismatch.

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