package app import "errors" // ErrModuleNotFound is returned when a module is not found in the lifecycle. var ErrModuleNotFound = errors.New("module not found")