Exception: Bookbinder::Commands::GeneratePDF::PDFConfigMissing

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

Instance Method Summary collapse

Constructor Details

#initialize(file) ⇒ PDFConfigMissing

Returns a new instance of PDFConfigMissing.



18
19
20
# File 'lib/bookbinder/commands/generate_pdf.rb', line 18

def initialize(file)
  super("PDF config file '#{file}' does not exist.")
end