raise an exception
RU: возбудить исключение
To trigger the exception mechanism in response to a detected error condition. "Raise" and "throw" name the same act; JavaScript and TypeScript use the throw keyword. Raising an exception immediately stops normal control flow in the current function and hands control to the runtime, which begins unwinding the call stack to find a handler.