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

Class IncorrectContractError

packages/core/src/shared/errors/syntax-errors.ts:37–42  ·  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';
41 }
42}
43
44export class MissingContractAddressError extends SyntaxError {
45 constructor() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected