error_handling.cpp 101 Bytes
Newer Older
1 2 3 4 5
#include "pls/internal/base/error_handling.h"

void pls_error(const char *msg) {
  PLS_ERROR(msg);
}