Exception: WeasyPrint::ImproperSourceError
- Inherits:
-
StandardError
- Object
- StandardError
- WeasyPrint::ImproperSourceError
- Defined in:
- lib/weasyprint/weasyprint.rb
Instance Method Summary collapse
-
#initialize(msg) ⇒ ImproperSourceError
constructor
A new instance of ImproperSourceError.
Constructor Details
#initialize(msg) ⇒ ImproperSourceError
Returns a new instance of ImproperSourceError.
14 15 16 |
# File 'lib/weasyprint/weasyprint.rb', line 14 def initialize(msg) super("Improper Source: #{msg}") end |