Sha256: 90644b417d383c726d46f1f36c2f4c033782d375c1ad45400fe665ee8df30163
Contents?: true
Size: 333 Bytes
Versions: 2
Compression:
Stored size: 333 Bytes
Contents
module Fontist module Errors class LicensingError < StandardError; end class MissingFontError < StandardError; end class NonSupportedFontError < StandardError; end class TamperedFileError < StandardError; end class InvalidResourceError < StandardError; end class TimeoutError < StandardError; end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fontist-1.3.0 | lib/fontist/errors.rb |
fontist-1.2.1 | lib/fontist/errors.rb |