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
}