Exception: Evostream::CodeError::Syntax::OptionInvalid

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/evostream/cli/code_error.rb

Overview

Syntax to option is invalid

Instance Method Summary collapse

Constructor Details

#initializeOptionInvalid



19
20
21
# File 'lib/evostream/cli/code_error.rb', line 19

def initialize
  puts 'No command executed !! No command precise.'.red
end