Skip to content

Utils\ControlStructures: new getCaughtExceptions() method - #114

Merged
jrfnl merged 1 commit into
developfrom
controlstructures/new-getcaughtexceptions-utility
Mar 21, 2020
Merged

Utils\ControlStructures: new getCaughtExceptions() method#114
jrfnl merged 1 commit into
developfrom
controlstructures/new-getcaughtexceptions-utility

Conversation

@jrfnl

@jrfnl jrfnl commented Mar 21, 2020

Copy link
Copy Markdown
Member

This adds a new utility method to retrieve information on the Exception(s) being caught in a catch expression. Returns an array with the type (name), type_token (start of the name), type_end_token for each Exception.

Includes unit tests.

This adds a new utility method to retrieve information on the Exceptions being caught in a `catch` expression.

Includes unit tests.
@jrfnl jrfnl added this to the 1.0.0 milestone Mar 21, 2020
@jrfnl
jrfnl merged commit 8955a74 into develop Mar 21, 2020
@jrfnl
jrfnl deleted the controlstructures/new-getcaughtexceptions-utility branch March 21, 2020 10:16
@jrfnl jrfnl modified the milestones: 1.0.0, 1.0.0-alpha3 May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant