MCPcopy Create free account
hub / github.com/VanishMax/foton / constructor

Method constructor

packages/core/src/shared/errors/ton-errors.ts:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31
32export class TonReadError extends TonError {
33 constructor() {
34 super('Cannot process the read request. Either the request returned a non-zero exit code or the data could not be parsed');
35 this.name = 'TonReadError';
36 }
37}
38
39export class TonRateLimitError extends TonError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected