Solidity — All About Errors

Jean Cvllr
Better Programming
Published in
9 min readApr 4, 2023

--

photo by Zach Vessels on Unsplash

Today’s article starts a new sub-series within the All About Solidity article series, focused on errors in Solidity and EVM-based execution environments.

In Smart Contract land, errors can be lethal. If not handled properly, they can cause bugs and vulnerabilities. If badly handled, they can cause smart contracts to be stuck and unusable.

--

--