Exception: Bookbinder::PdfGenerator::MissingSource
- Inherits:
-
StandardError
- Object
- StandardError
- Bookbinder::PdfGenerator::MissingSource
- Defined in:
- lib/bookbinder/pdf_generator.rb
Instance Method Summary collapse
-
#initialize(required_file) ⇒ MissingSource
constructor
A new instance of MissingSource.
Constructor Details
#initialize(required_file) ⇒ MissingSource
Returns a new instance of MissingSource.
6 7 8 |
# File 'lib/bookbinder/pdf_generator.rb', line 6 def initialize(required_file) super "Could not find file #{required_file}" end |