Exception: Bookbinder::Commands::GeneratePDF::AppNotPublished
- Inherits:
-
StandardError
- Object
- StandardError
- Bookbinder::Commands::GeneratePDF::AppNotPublished
- Defined in:
- lib/bookbinder/commands/generate_pdf.rb
Instance Method Summary collapse
-
#initialize(msg = 'You must publish locally before you generate a PDF.') ⇒ AppNotPublished
constructor
A new instance of AppNotPublished.
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 |