Exception: Bookbinder::Commands::GeneratePDF::AppNotPublished

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'You must publish locally before you generate a PDF.') ⇒ AppNotPublished

Returns a new instance of AppNotPublished.



12
13
14
# File 'lib/bookbinder/commands/generate_pdf.rb', line 12

def initialize(msg='You must publish locally before you generate a PDF.')
  super(msg)
end