Mercurial > hg > soundsoftware-site
view vendor/plugins/rfpdf/lib/rfpdf/errors.rb @ 1178:970f82375f2e bug_362
Close obsolete branch bug_362
author | Chris Cannam |
---|---|
date | Wed, 01 Feb 2012 13:40:49 +0000 |
parents | cbce1fd3b1b7 |
children |
line wrap: on
line source
module RFPDF module Errors class GenerationError < StandardError #:nodoc: end end end