Skip to content

Add "handled" state to exception object  #37

@kammce

Description

@kammce

The handled state determines if a catch block has been successfully entered and declares the exception object as handled. This state is necessary because we need to know if a new exception is being thrown and the previous one was uncaught, then we must terminate. Nested exceptions "should" be the exception. But I'm not sure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions