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

Class

packages/core/src/shared/errors/syntax-errors.ts:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37export class IncorrectContractError extends SyntaxError {
38 constructor() {
39 super('The contract is incorrect. Provide the contract class compiled from your Tact or Func files');
40 this.name = 'IncorrectContractError';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected