ant_ai.core.exceptions
HookBlockedError
Bases: Exception
Raised when a hook returns BLOCK — the response must not be used.
Source code in src/ant_ai/core/exceptions.py
1 2 | |
HookMaxRetriesError
Bases: Exception
Raised when the retry loop exhausts all attempts and the hook still fails.
Source code in src/ant_ai/core/exceptions.py
5 6 | |