Module: CombinePDF::PDFFilter
- Defined in:
- lib/combine_pdf/filter.rb
Overview
This is an internal class. you don’t need it.
Class Method Summary collapse
Class Method Details
.raise_unsupported_error(object = {}) ⇒ Object
92 93 94 |
# File 'lib/combine_pdf/filter.rb', line 92 def raise_unsupported_error(object = {}) raise "Filter #{object} unsupported. couldn't deflate object" end |