File: errors.rb

package info (click to toggle)
ruby-rbpdf 1.19.5%2Bds.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,312 kB
  • sloc: ruby: 136,020; makefile: 10
file content (6 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
module Rbpdf
  module Errors
    class GenerationError < StandardError #:nodoc:
    end
  end
end