foodsoft/vendor/plugins/rfpdf/lib/fpdf/errors.rb

4 lines
71 B
Ruby

module RFPDF
class GenerationError < StandardError #:nodoc:
end
end