Sha256: 349743c442cb795470d5c1ce4043a3657dd90b56d2f2f81ac93390bddc4d7d5c

Contents?: true

Size: 433 Bytes

Versions: 11

Compression:

Stored size: 433 Bytes

Contents

module Protobuf
  module Nats
    module Errors
      class Base < ::StandardError
      end

      class RequestTimeout < Base
      end

      class ResponseTimeout < Base
      end

      class MriIOException < ::StandardError
      end

      IOException = if defined? JRUBY_VERSION
                      java.io.IOException
                    else
                      MriIOException
                    end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
protobuf-nats-0.11.0.pre0 lib/protobuf/nats/errors.rb
protobuf-nats-0.10.1 lib/protobuf/nats/errors.rb
protobuf-nats-0.10.0 lib/protobuf/nats/errors.rb
protobuf-nats-0.9.0 lib/protobuf/nats/errors.rb
protobuf-nats-0.9.0.pre3 lib/protobuf/nats/errors.rb
protobuf-nats-0.9.0.pre2 lib/protobuf/nats/errors.rb
protobuf-nats-0.9.0.pre1 lib/protobuf/nats/errors.rb
protobuf-nats-0.8.0 lib/protobuf/nats/errors.rb
protobuf-nats-0.7.0 lib/protobuf/nats/errors.rb
protobuf-nats-0.7.0.pre1 lib/protobuf/nats/errors.rb
protobuf-nats-0.6.0 lib/protobuf/nats/errors.rb