File: errors.rb

package info (click to toggle)
ruby-rbpdf 1.21.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,688 kB
  • sloc: ruby: 138,850; makefile: 12
file content (7 lines) | stat: -rw-r--r-- 128 bytes parent folder | download
1
2
3
4
5
6
7
# frozen_string_literal: true
module Rbpdf
  module Errors
    class GenerationError < StandardError #:nodoc:
    end
  end
end