Exception: PDFKit::ImproperSourceError
- Inherits:
-
StandardError
- Object
- StandardError
- PDFKit::ImproperSourceError
- Defined in:
- lib/pdfkit/pdfkit.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.
10 11 12 |
# File 'lib/pdfkit/pdfkit.rb', line 10 def initialize(msg) super("Improper Source: #{msg}") end |