Exception: Trilogy::EOFError

Inherits:
BaseConnectionError show all
Defined in:
lib/trilogy/error.rb

Overview

Occurs when a socket read or write returns EOF or when an operation is attempted on a socket which previously encountered an error.

Instance Attribute Summary

Attributes included from Error

#error_code

Method Summary

Methods inherited from BaseError

#initialize

Constructor Details

This class inherits a constructor from Trilogy::BaseError