mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Changing terminology back to "throws" vs "rasis" for alwaysThrowsException to be consistent with other backward compatibility changes.
This commit is contained in:
@@ -71,5 +71,5 @@ abstract class ThrowingFunction extends ExceptionAnnotation {
|
||||
/**
|
||||
* Holds if this function will always raise an exception if called
|
||||
*/
|
||||
final predicate alwaysRaisesException() { this.mayThrowException(true) }
|
||||
final predicate alwaysThrowsException() { this.mayThrowException(true) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user