Arion 1.0.2-alpha
A high-performance C++ framework for emulating executable binaries.
 
Loading...
Searching...
No Matches
arion_exception::ConfigKeyNotFoundException Class Reference

Thrown when a key is not found in the configuration. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::ConfigKeyNotFoundException:
arion_exception::ArionException

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
 

Detailed Description

Thrown when a key is not found in the configuration.

Constructor & Destructor Documentation

◆ ConfigKeyNotFoundException()

arion_exception::ConfigKeyNotFoundException::ConfigKeyNotFoundException ( std::string  key)
inlineexplicit

Builder for ConfigKeyNotFoundException instances.

Parameters
[in]keyName of the configuration key that was not found.

The documentation for this class was generated from the following file: