first commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#include "exceptions.h"
|
||||
|
||||
#include "clog.h"
|
||||
|
||||
bad_parameter::bad_parameter( CVars &out, const char *name )
|
||||
{
|
||||
//in["bad_param"] = name;
|
||||
out["bad_param"] = name;
|
||||
|
||||
logfmt( FLOG_MAX, "Bad parameter exception: '%s'", name );
|
||||
}
|
||||
|
||||
err::err( char *msg ) {
|
||||
logfmt( FLOG_MAX, "ERROR: %s", msg );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user