lib/prawn/errors.rb in prawn-0.3.0 vs lib/prawn/errors.rb in prawn-0.4.0

- old
+ new

@@ -34,15 +34,7 @@ # code or that the option you are trying to use has a different name than # what you have specified. # class UnknownOption < StandardError; end - # This error is raised when table data is malformed - # - class InvalidTableData < StandardError; end - - # This error is raised when an empty or nil table is rendered - # - class EmptyTable < StandardError; end - end end