Class

OverflowError

OverflowError(msg)

Constructor

# new OverflowError(msg)

Represents an overflow error in arithmetic operations in Smart Contracts

Parameters:
Name Type Description
msg string

the error message

View Source shared/errors.ts, line 5

Extends

  • InternalError