mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
@@ -522,8 +522,8 @@ class ThrowStmt extends Stmt, @throwstmt {
|
||||
|
||||
/**
|
||||
* Gets the `catch` clause that catches the exception
|
||||
* thrown by this `throws` statement and occurs
|
||||
* in the same method as this `throws` statement,
|
||||
* thrown by this `throw` statement and occurs
|
||||
* in the same method as this `throw` statement,
|
||||
* provided such a `catch` exists.
|
||||
*/
|
||||
CatchClause getLexicalCatchIfAny() {
|
||||
|
||||
Reference in New Issue
Block a user