Thrown when trying to access a configuration key with the wrong type. More...
#include <global_excepts.hpp>
Public Member Functions | |
| ConfigWrongTypeAccessException (std::string key) | |
Public Member Functions inherited from arion_exception::ArionException | |
| ArionException (std::string msg) | |
| const char * | what () const noexcept override |
Thrown when trying to access a configuration key with the wrong type.
|
inlineexplicit |
Builder for ConfigWrongTypeAccessException instances.
| [in] | key | Name of the configuration key with an invalid type. |