Custom errors are available from solidity version 0.8.4. Custom errors save ~50 gas each time theyre hitby avoiding having to allocate and store the revert string. Not defining the strings also save deployment gas
There are 41 instances of this issue:
See original submission for details.
