Properly functioning code should never violate an assert
statement. This can occur if developers mistakenly use assert
instead of require
.
Properly functioning code should never violate an assert
statement. This can occur if developers mistakenly use assert
instead of require
.