Exception: Leml::NoEditorError
- Inherits:
-
StandardError
- Object
- StandardError
- Leml::NoEditorError
- Defined in:
- lib/leml/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ NoEditorError
constructor
A new instance of NoEditorError.
Constructor Details
#initialize ⇒ NoEditorError
Returns a new instance of NoEditorError.
9 10 11 |
# File 'lib/leml/errors.rb', line 9 def initialize super("No editor, please set environment variable.\nex) EDITOR=vim bundle exec rake leml:edit") end |