pg-libphonenumber/error_handling.h

11 lines
283 B
C
Raw Normal View History

2015-07-22 17:44:00 +00:00
#include <exception>
#include "phonenumbers/phonenumberutil.h"
void reportOutOfMemory();
void reportParseError(const char* phone_number, i18n::phonenumbers::PhoneNumberUtil::ErrorType err);
void reportGenericError(const std::exception& exception);
void logInfo(const char* msg);