class Evostream::CodeError::Evostream::ConnectionFailed

Connection to Evostream failed

Public Class Methods

new() click to toggle source
# File lib/evostream/cli/code_error.rb, line 29
def initialize
  puts 'Connection to Evostream REFUSED !!'.red
end