class Evostream::CodeError::Evostream::NoResult

Response to evostream is empty

Public Class Methods

new() click to toggle source
# File lib/evostream/cli/code_error.rb, line 36
def initialize
  puts 'No result for this command.'.yellow
end