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