Exception: Evostream::CodeError::Syntax::CommandInvalid

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

Overview

Syntax to command is invalid

Instance Method Summary collapse

Constructor Details

#initializeCommandInvalid

Returns a new instance of CommandInvalid.



12
13
14
# File 'lib/evostream/cli/code_error.rb', line 12

def initialize
  puts 'Command is invalid !!'.red
end