Package org.approvej

Class DanglingApprovalError

All Implemented Interfaces:
Serializable

@NullMarked public class DanglingApprovalError extends AssertionError
An AssertionError thrown when an approve() call is not concluded with a terminal method like by(), byFile(), or byValue().
See Also: