lib45d
45Drives C++ Library API Documentation
Public Member Functions | List of all members
ffd::ConfigGuardException Class Reference

Throw this exception when a ConfigGuard is constructed or get_from() is called when the config is already guarded. More...

#include <45d/config/Exceptions.hpp>

Inheritance diagram for ffd::ConfigGuardException:
Inheritance graph
[legend]
Collaboration diagram for ffd::ConfigGuardException:
Collaboration graph
[legend]

Public Member Functions

 ConfigGuardException (const std::string &what) noexcept
 
- Public Member Functions inherited from ffd::ConfigException
 ConfigException (const std::string &what) noexcept
 
- Public Member Functions inherited from ffd::Exception
 Exception (const std::string &what, int err=0) noexcept
 Construct a new Exception object. More...
 
const char * what (void) const noexcept
 Return string containing explanation message. More...
 
int get_errno (void) const noexcept
 Get the errno relating to the error, 0 if not set. More...
 

Detailed Description

Throw this exception when a ConfigGuard is constructed or get_from() is called when the config is already guarded.


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