From 461c2670efb0968ccc6789ff0c9ca6f88ab31e80 Mon Sep 17 00:00:00 2001 From: Kenneth Heafield Date: Fri, 20 May 2011 16:19:04 -0400 Subject: kenlm update including being nicer to NFS --- klm/lm/lm_exception.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'klm/lm/lm_exception.hh') diff --git a/klm/lm/lm_exception.hh b/klm/lm/lm_exception.hh index aa3ca886..f607ced1 100644 --- a/klm/lm/lm_exception.hh +++ b/klm/lm/lm_exception.hh @@ -11,6 +11,8 @@ namespace lm { +typedef enum {THROW_UP, COMPLAIN, SILENT} WarningAction; + class ConfigException : public util::Exception { public: ConfigException() throw(); -- cgit v1.2.3