Sha256: a8c8c2cf99b17886e483b3aa5ea5639d78726c799569bc86ac15d2a2db7eb025
Contents?: true
Size: 278 Bytes
Versions: 2
Compression:
Stored size: 278 Bytes
Contents
module Prawn class Icon module Errors # Error raised when an icon glyph is not found # IconNotFound = Class.new(StandardError) # Error raised when an icon key is not provided # IconKeyEmpty = Class.new(StandardError) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
prawn-icon-1.3.0 | lib/prawn/icon/errors.rb |
prawn-icon-1.2.0 | lib/prawn/icon/errors.rb |