Function try_catch

  • Alternative to try {} catch(e){} block. Execute it as a function.

    Parameters

    • tryCode: Function
    • catchAction: Function

    Returns void

Generated using TypeDoc