Longman\TelegramBot\Commands\SystemCommands\GenericmessageCommand::executeNoDb PHP Method

executeNoDb() public method

Execution if MySQL is required but not available
public executeNoDb ( ) : ServerResponse
return Longman\TelegramBot\Entities\ServerResponse
    public function executeNoDb()
    {
        //Do nothing
        return Request::emptyResponse();
    }
GenericmessageCommand