#include "errors.h" config_error::config_error(const string& msg) : runtime_error(msg) { }