aea.helpers.exception_
policy
This module contains enum of AEA exception policies.
ExceptionPolicyEnum Objects
class ExceptionPolicyEnum(Enum)
AEA Exception policies.
propagate
just bubble up exception raised. run loop interrupted.
stop_
and_
exit
log exception and stop agent with raising AEAException to show it was terminated