Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ConstructorMockUpgradeable

Inherits: Initializable

State Variables

foo

bool foo;

Functions

__ConstructorMock_init

function __ConstructorMock_init(RevertType error) internal onlyInitializing;

__ConstructorMock_init_unchained

function __ConstructorMock_init_unchained(RevertType error) internal onlyInitializing;

Errors

CustomError

error CustomError();

Enums

RevertType

enum RevertType {
    None,
    RevertWithoutMessage,
    RevertWithMessage,
    RevertWithCustomError,
    Panic
}