agent0.hyperfuzz.fuzz_assertion_exception

Helper functions for checks and exceptions for fuzz testing.

Exceptions

FuzzAssertionException

Custom exception to throw when fuzz testing assertion fails, adds additional data to the exception.

Module Contents

exception agent0.hyperfuzz.fuzz_assertion_exception.FuzzAssertionException(*args, exception_data: dict[str, Any] | None = None)

Bases: Exception

Custom exception to throw when fuzz testing assertion fails, adds additional data to the exception.

exception_data = None