Exception: JRPC::Transport::SocketBase::TimeoutError

Inherits:
Error
  • Object
show all
Defined in:
lib/jrpc/transport/socket_base.rb

Instance Method Summary collapse

Constructor Details

#initializeTimeoutError

Returns a new instance of TimeoutError.



9
10
11
# File 'lib/jrpc/transport/socket_base.rb', line 9

def initialize
  super(self.class.to_s.split('::').last)
end