Sha256: c2aa5a65b6c688d47ea93df4dba9c522eb5439b0e569c486756c88c885538f8f
Contents?: true
Size: 746 Bytes
Versions: 1
Compression:
Stored size: 746 Bytes
Contents
module Protobuf module Nats module Errors class Base < ::StandardError end class RequestTimeout < Base end class ResponseTimeout < Base end class MriIOException < ::StandardError end class MriIllegalStateException < ::StandardError end IllegalStateException = if defined? JRUBY_VERSION java.lang.IllegalStateException else MriIllegalStateException end IOException = if defined? JRUBY_VERSION java.io.IOException else MriIOException end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
protobuf-nats-0.11.0.pre1 | lib/protobuf/nats/errors.rb |