Exception: Hem::UndefinedEditorError

Inherits:
Error
  • Object
show all
Defined in:
lib/hem/errors.rb

Instance Attribute Summary

Attributes inherited from Error

#exit_code

Instance Method Summary collapse

Constructor Details

#initializeUndefinedEditorError

Returns a new instance of UndefinedEditorError.



96
97
98
# File 'lib/hem/errors.rb', line 96

def initialize
  super('You need to define a preferred editor, either in your hem config or with the EDITOR environment variable')
end