functionDecorators module

functionDecorators.tryFunc(originalFunction)

Creates a wrapper function that executes every function with a try statement. Args: originalFunction (function): The function it should execute in the try statement.