Sha256: ddf184943eee3e17da3699a5e86e37e2d5e380087144d073624b99d0db797ed6
Contents?: true
Size: 249 Bytes
Versions: 4
Compression:
Stored size: 249 Bytes
Contents
# frozen_string_literal: true module BreezyPDFLite # :nodoc module Intercept UnRenderable = Class.new(BreezyPDFLite::Error) autoload :Base, "breezy_pdf_lite/intercept/base" autoload :HTML, "breezy_pdf_lite/intercept/html" end end
Version data entries
4 entries across 4 versions & 1 rubygems