if (typeof controller[methodName] !== 'function') {
            this.config.logger.warn(new Error(`Controller method ${controllerFileName}.${methodName} is not a function`))
            process.exit()
          }