ZygosoptiontryCatchOn this pagetryCatch() tryCatch<A>(f): Option<A> Creates an Option by executing a function that may throw. Type Parametersโ A: Aโ The value type. Parametersโ f: () => Aโ The function to execute. Returns: Option<A>โ Some if successful, None if throws. Sinceโ 2.0.0