Exception: JekyllLilyPondConverter::INVALID_IMAGE_FORMAT_ERROR

Inherits:
StandardError
  • Object
show all
Defined in:
lib/jekyll_lilypond_converter/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



3
4
5
6
7
8
# File 'lib/jekyll_lilypond_converter/errors.rb', line 3

def message
  <<-ERROR
Invalid lilypond-image-format option selected.
Valid options are 'svg' (default) and 'png'.
  ERROR
end