Repository URL to install this package:
|
Version:
1.26.0.dev0+gite506aa5f ▾
|
# Copyright 2014 Pants project contributors (see CONTRIBUTORS.md).
# Licensed under the Apache License, Version 2.0 (see LICENSE).
class AddressLookupError(Exception):
"""Raised by various modules when an address can't be resolved. Use this common base class so
other modules can trap the error at each node along the path and construct a useful diagnostic.
:API: public
"""