SyntaxTry CatchTry catch Eia also has support for throwing and catching simple errors! 👀 Throwing an error throw "Opps, something went wrong!" Catching an error try { ... } catch message { println(message) }LambdasStandard library