Sha256: 81f4a6020aead5b149d501b91fa2ff05593566f05aeab55444fc4d5c35db934d
Contents?: true
Size: 741 Bytes
Versions: 2
Compression:
Stored size: 741 Bytes
Contents
module Fontist module Errors class GeneralError < StandardError; end class BinaryCallError < GeneralError; end class FontNotFoundError < GeneralError; end class FormulaIndexNotFoundError < GeneralError; end class InvalidResourceError < GeneralError; end class LicensingError < GeneralError; end class ManifestCouldNotBeFoundError < GeneralError; end class ManifestCouldNotBeReadError < GeneralError; end class MissingAttributeError < GeneralError; end class MissingFontError < GeneralError; end class NonSupportedFontError < GeneralError; end class TamperedFileError < GeneralError; end class TimeoutError < GeneralError; end class UnknownFontTypeError < GeneralError; end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fontist-1.8.2 | lib/fontist/errors.rb |
fontist-1.8.1 | lib/fontist/errors.rb |