CommandkitFunctionsRethrowVersion: NextOn this pageRethrowrethrow commandkitsignals.ts Rethrow the error if it is a CommandKit error. Example try {doSomething();} catch(e) {// do something// throw the error if it's a commandkit errorrethrow(e)} Signaturefunction rethrow(error: unknown): void Parameters error parameterunknown