Solidity 4 – Error Handling and Modifiers

Published by Mario Oettler on

Last Updated on 23. March 2023 by Martin Schuster

Dealing with unexpected situations is very important in smart contracts. For that reason, Solidity introduced some concepts that help to organize the code and handle unexpected behavior.

Categories: