4 lines
71 B
Ruby
4 lines
71 B
Ruby
|
module RFPDF
|
||
|
class GenerationError < StandardError #:nodoc:
|
||
|
end
|
||
|
end
|