5 lines
92 B
C++
5 lines
92 B
C++
#include "errors.h"
|
|
|
|
config_error::config_error(const string& msg) : runtime_error(msg) {
|
|
|
|
} |