Files
redmine/git/vendor/plugins/rfpdf/lib/rfpdf/errors.rb
T
2008-03-07 16:13:06 +00:00

4 lines
71 B
Ruby

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