settings manager: better default setting handling and updating config file and command line parsing
This commit is contained in:
@@ -124,6 +124,14 @@ class ProcessingLimitException : public BaseException
|
||||
{}
|
||||
};
|
||||
|
||||
class CommandLineError : public BaseException
|
||||
{
|
||||
public:
|
||||
CommandLineError(const char *s):
|
||||
BaseException(s)
|
||||
{}
|
||||
};
|
||||
|
||||
/*
|
||||
Some "old-style" interrupts:
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user