Is there any way to control throwing error when run Effect.
For example when run the Effect from function in picture, If error occurs, it throw my expected error that is wrapped inside FiberFailure. So is there any way to retrieve my expected error or make Effect run throw that errors without being covered by anything ?

