Skip to content

Empty CATCH doesn't catch #271

Description

@sciurius

Given this snippet:

TRY;
    ... an operation that may fail ...
CATCH;
END;

When the operation fails, the error is not caught.

Aparently an empty CATCH block is treated the same as no CATCH block.

Bug or documentation issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions