Exception: OWNet::ShortRead
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- OWNet::ShortRead
- Defined in:
- lib/connection.rb
Overview
Exception raised when there’s a short read from owserver
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
14 15 16 |
# File 'lib/connection.rb', line 14 def to_s "Short read communicating with owserver" end |