darrenarmstrong85 / scientist

q scientist library implementation
Apache License 2.0
0 stars 0 forks source link

Need to trap try function errors #9

Closed darrenarmstrong85 closed 7 years ago

darrenarmstrong85 commented 7 years ago

As a user, errors in experiment function should not impact main flow of my application

Currently errors in experiment functions here will signal to calling code, which should not happen.

For now, just send to logger. In the future we can update this to send the result to a user-supplied error handler of some sort.

Done

Scientist API::