Sha256: 81c965eee6c24c1ee98c7f0817ed7ff797c45ce152d328c25b396d27b5f1dc55

Contents?: true

Size: 296 Bytes

Versions: 10

Compression:

Stored size: 296 Bytes

Contents

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

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
protobuf-nats-0.5.1 lib/protobuf/nats/errors.rb
protobuf-nats-0.6.0.pre1 lib/protobuf/nats/errors.rb
protobuf-nats-0.5.0 lib/protobuf/nats/errors.rb
protobuf-nats-0.4.1 lib/protobuf/nats/errors.rb
protobuf-nats-0.4.0 lib/protobuf/nats/errors.rb
protobuf-nats-0.3.4 lib/protobuf/nats/errors.rb
protobuf-nats-0.3.3 lib/protobuf/nats/errors.rb
protobuf-nats-0.3.2 lib/protobuf/nats/errors.rb
protobuf-nats-0.3.1 lib/protobuf/nats/errors.rb
protobuf-nats-0.3.0 lib/protobuf/nats/errors.rb