Method: OpenC3::TemplateProtocol#handle_error

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

#handle_error(msg) ⇒ Object



256
257
258
259
# File 'lib/openc3/interfaces/protocols/template_protocol.rb', line 256

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