Skip to content

Catching Throwable's #19

@Tetraquark

Description

@Tetraquark

In the current version of the library in ExceptionHandlerContextImpl to catch exceptions is used catch (e: Throwable) construction. Therefore, all possible exceptions are handled when the method execute is called. This method of exception handling can lead to undefined behavior, because e.g. OOM or CancellationException will be handled. So, we need to find a solution for such cases - do exceptions rethrow or something else.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions