Base class for TonConnect errors. You can check if the error was triggered by the @tonconnect/sdk using err instanceof TonConnectError.
err instanceof TonConnectError
Optional
Static
Optional override for formatting stack traces
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Protected
Create .stack property on a target object
Base class for TonConnect errors. You can check if the error was triggered by the @tonconnect/sdk using
err instanceof TonConnectError
.