module Rbpdf
  module Errors
    class GenerationError < StandardError #:nodoc:
    end
  end
end
