Module: Protobuf::Nats::Errors
- Defined in:
- lib/protobuf/nats/errors.rb
Defined Under Namespace
Classes: ClientError, MriIOException, RequestTimeout, ResponseTimeout
Constant Summary collapse
- IOException =
if defined? JRUBY_VERSION java.io.IOException else MriIOException end