R-Type  2
Doom but in better
Loading...
Searching...
No Matches
CustomExceptions::NoTOML Class Reference

This is the class in charge of informing the user that they tried to access a non-existant toml instance. 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 No toml object.
 
 ~NoTOML ()
 Destroy the No toml object.
 
const char * what () const noexcept
 Retrieves the error message.
 

Detailed Description

This is the class in charge of informing the user that they tried to access a non-existant toml instance.

Definition at line 742 of file No.hpp.

Constructor & Destructor Documentation

◆ NoTOML()

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

Construct a new No toml object.

Parameters
tomlPathThe path to the toml file.

Definition at line 416 of file No.cpp.

◆ ~NoTOML()

CustomExceptions::NoTOML::~NoTOML ( )

Destroy the No toml object.

Definition at line 426 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 428 of file No.cpp.


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