userver: formats::yaml::Exception Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
formats::yaml::Exception Class Reference

Detailed Description

Definition at line 17 of file exception.hpp.

+ Inheritance diagram for formats::yaml::Exception:
+ Collaboration diagram for formats::yaml::Exception:

Public Member Functions

 Exception (std::string msg)
 
const charwhat () const noexcept final
 
std::string_view GetMessage () const noexcept
 

Constructor & Destructor Documentation

◆ Exception()

formats::yaml::Exception::Exception ( std::string msg)
inlineexplicit

Definition at line 19 of file exception.hpp.

Member Function Documentation

◆ GetMessage()

std::string_view formats::yaml::Exception::GetMessage ( ) const
inlinenoexcept

Definition at line 23 of file exception.hpp.

◆ what()

const char * formats::yaml::Exception::what ( ) const
inlinefinalnoexcept

Definition at line 21 of file exception.hpp.


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