Sha256: e41e0008c199bca2a5aa04e502aaf038efb9ae975a497a2d0c49d502a2335fd0
Contents?: true
Size: 487 Bytes
Versions: 8
Compression:
Stored size: 487 Bytes
Contents
# encoding: utf-8 # # errors.rb - Prawn::Icon standard errors. # # Copyright September 2016, Jesse Doyle. All rights reserved. # # This is free software. Please see the LICENSE and COPYING files for details. 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
8 entries across 8 versions & 1 rubygems