Exception: OWNet::ShortRead

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/connection.rb

Overview

Exception raised when there’s a short read from owserver

Instance Method Summary collapse

Instance Method Details

#to_sObject



14
15
16
# File 'lib/connection.rb', line 14

def to_s
  "Short read communicating with owserver"
end