error_wrappers.py 150 B

12345
  1. """The `error_wrappers` module is a backport module from V1."""
  2. from ._migration import getattr_migration
  3. __getattr__ = getattr_migration(__name__)