run User Method
Handle and run a single user-controlled method by wrapping the execution with an Exceptions.handle()
.
This ensures integrity in methods that are written by a user to be more graceful in execution, ensuring code execution is not stopped on a non-critical exception.