Sha256: fefe5265a40e5a7cce802b61dfc93a4b94c96cd72465aab1082165335447fc54
Contents?: true
Size: 454 Bytes
Versions: 9
Compression:
Stored size: 454 Bytes
Contents
module Protobuf module Nats module Errors class ClientError < ::StandardError end class RequestTimeout < ClientError end class ResponseTimeout < ClientError end class MriIOException < ::StandardError end IOException = if defined? JRUBY_VERSION java.io.IOException else MriIOException end end end end
Version data entries
9 entries across 9 versions & 1 rubygems