File: errors.rb

package info (click to toggle)
ruby-rbpdf 1.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 16,252 kB
  • ctags: 704
  • sloc: ruby: 135,876; 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