Sha256: 2c39f60fd75c40f865e621f7c88a8a0dc94cef0b15153c212ea4cd338dc7a22c
Contents?: true
Size: 290 Bytes
Versions: 1
Compression:
Stored size: 290 Bytes
Contents
module RubySkynet class Exception < ::RuntimeError; end class ProtocolError < Exception; end class ServiceException < Exception; end class InvalidServiceException < ServiceException; end class SkynetException < Exception; end class ServiceUnavailable < SkynetException; end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby_skynet-0.4.0 | lib/ruby_skynet/exceptions.rb |