Babel  1
The voip software that only works on your local network
Loading...
Searching...
No Matches
CustomExceptions::NoTOML Class Reference

Exception class for missing TOML files. More...

#include <No.hpp>

Inheritance diagram for CustomExceptions::NoTOML:
Inheritance graph
Collaboration diagram for CustomExceptions::NoTOML:
Collaboration graph

Public Member Functions

 NoTOML (const std::string &tomlPath="")
 Construct a new NoTOML object.
 
 ~NoTOML ()
 Destroy the NoTOML object.
 
const char * what () const noexcept
 Retrieves the error message.
 

Detailed Description

Exception class for missing TOML files.

Definition at line 51 of file No.hpp.

Constructor & Destructor Documentation

◆ NoTOML()

CustomExceptions::NoTOML::NoTOML ( const std::string & tomlPath = "")

Construct a new NoTOML object.

Parameters
tomlPathThe path to the TOML file.

Definition at line 34 of file No.cpp.

◆ ~NoTOML()

CustomExceptions::NoTOML::~NoTOML ( )

Destroy the NoTOML object.

Definition at line 44 of file No.cpp.

Member Function Documentation

◆ what()

const char * CustomExceptions::NoTOML::what ( ) const
noexcept

Retrieves the error message.

Returns
A C-style string representing the error message.

Definition at line 46 of file No.cpp.


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