We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 132342d commit 64eccf1Copy full SHA for 64eccf1
1 file changed
api/core-engine/LowLevelUtils.d.ts
@@ -42,7 +42,7 @@ declare namespace LowLevelUtils {
42
/**
43
* @throws Java {@link java.lang.RuntimeException} with specified message.
44
*/
45
- function throwException(message: string): void;
+ function throwException(message: string): never;
46
47
* Dumps AdaptedScript API hieracly to log with debug priority.
48
0 commit comments