Source code for pg_grant.exc
[docs]class NoSuchObjectError(Exception):
"""Raised by functions in :mod:`.query` when an object does not exist."""
[docs]class NoSuchObjectError(Exception):
"""Raised by functions in :mod:`.query` when an object does not exist."""