Method: OpenC3::TemplateProtocol#handle_error

Defined in:
lib/openc3/interfaces/protocols/template_protocol.rb

#handle_error(msg) ⇒ Object



258
259
260
261
# File 'lib/openc3/interfaces/protocols/template_protocol.rb', line 258

def handle_error(msg)
  Logger.error(msg)
  raise msg if @raise_exceptions
end