We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Detector Title Unused Custom Error
To Reproduce Use a Custom Error with require statement. Example:
require(true, MyCustomError());
Expected behavior The detector should not detect these instances