20#ifndef ORES_WT_SERVICE_CONFIG_PARSER_EXCEPTION_HPP
21#define ORES_WT_SERVICE_CONFIG_PARSER_EXCEPTION_HPP
26namespace ores::wt::service::config {
34 : std::runtime_error(message) {}
Exception thrown when command-line parsing fails.
Definition parser_exception.hpp:31