Skip to content

Commit 64eccf1

Browse files
committed
LowLevelUtils.throwException should be never
1 parent 132342d commit 64eccf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/core-engine/LowLevelUtils.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ declare namespace LowLevelUtils {
4242
/**
4343
* @throws Java {@link java.lang.RuntimeException} with specified message.
4444
*/
45-
function throwException(message: string): void;
45+
function throwException(message: string): never;
4646
/**
4747
* Dumps AdaptedScript API hieracly to log with debug priority.
4848
*/

0 commit comments

Comments
 (0)