Exception: Gkhtmltopdf::URLSchemeInvalid
- Defined in:
- lib/errors.rb
Instance Method Summary collapse
-
#initialize(url_scheme) ⇒ URLSchemeInvalid
constructor
A new instance of URLSchemeInvalid.
Constructor Details
#initialize(url_scheme) ⇒ URLSchemeInvalid
Returns a new instance of URLSchemeInvalid.
16 17 18 19 |
# File 'lib/errors.rb', line 16 def initialize(url_scheme) = "Invalid URL scheme: (#{url_scheme})" super() end |