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

Version Path
protobuf-nats-0.10.8 lib/protobuf/nats/errors.rb
protobuf-nats-0.10.7 lib/protobuf/nats/errors.rb
protobuf-nats-0.10.6 lib/protobuf/nats/errors.rb
protobuf-nats-0.10.5 lib/protobuf/nats/errors.rb
protobuf-nats-0.12.0.pre0 lib/protobuf/nats/errors.rb
protobuf-nats-0.10.4 lib/protobuf/nats/errors.rb
protobuf-nats-0.10.3 lib/protobuf/nats/errors.rb
protobuf-nats-0.10.3.pre0 lib/protobuf/nats/errors.rb
protobuf-nats-0.10.2 lib/protobuf/nats/errors.rb