Sha256: 321b867e586badcf5975b37b0d9828676f8859dd6489215c75e204917f0f1631
Contents?: true
Size: 387 Bytes
Versions: 1
Compression:
Stored size: 387 Bytes
Contents
module Alo7 module Net # The base error type in this library. All other errors should derived from # this class. class Error < StandardError; end # A error used to indicate a connection lost. class ConnectionLost < Error; end # A error used to indicate another reconnecting is under progress. class AnotherReconnectingUnderProgress < Error; end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alo7-net-0.1.1 | lib/alo7/net/error.rb |