Exception: Bookbinder::PdfGenerator::MissingSource

Inherits:
StandardError
  • Object
show all
Defined in:
lib/bookbinder/pdf_generator.rb

Instance Method Summary collapse

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