Source code for alysis._exceptions
[docs]
class TransactionReverted(Exception):
"""Transaction was partially executed, but had to be reverted."""
[docs]
class TransactionReverted(Exception):
"""Transaction was partially executed, but had to be reverted."""