Thrown when a key is not found in the configuration. More...
#include <global_excepts.hpp>
Public Member Functions | |
| ConfigKeyNotFoundException (std::string key) | |
Public Member Functions inherited from arion_exception::ArionException | |
| ArionException (std::string msg) | |
| const char * | what () const noexcept override |
Thrown when a key is not found in the configuration.
|
inlineexplicit |
Builder for ConfigKeyNotFoundException instances.
| [in] | key | Name of the configuration key that was not found. |