solidity code - custom error result - revert message not showing custom error on web3js
I have a custom error message in my smartcontract , when I use remix to compile and run the custom revert error is showing but when I use web3js to handle the error it only show revert with out the full custom error. Thanks for helping me out.