Sha256: 0140801dd647707f78ca99014b00bbaf2de2a9937506a9db4147a6a4b8d6ec96

Contents?: true

Size: 259 Bytes

Versions: 1

Compression:

Stored size: 259 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
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alo7-net-0.1.0 lib/alo7/net/error.rb