Solidity 6 – Exception Handling

Published by Mario Oettler on

Handling exceptions is important for a smooth and safe user experience. In this lesson, we explain the exception handling with try and catch in Solidity. Particularly the try block is different from other programming languages.

Categories:

if()