agent0.hyperfuzz.fuzz_assertion_exception ========================================= .. py:module:: agent0.hyperfuzz.fuzz_assertion_exception .. autoapi-nested-parse:: Helper functions for checks and exceptions for fuzz testing. .. !! processed by numpydoc !! Exceptions ---------- .. autoapisummary:: agent0.hyperfuzz.fuzz_assertion_exception.FuzzAssertionException Module Contents --------------- .. py:exception:: FuzzAssertionException(*args, exception_data: dict[str, Any] | None = None) Bases: :py:obj:`Exception` Custom exception to throw when fuzz testing assertion fails, adds additional data to the exception. .. !! processed by numpydoc !! .. py:attribute:: exception_data :value: None