libhext: C++ Library Documentation  1.0.8-3ad0ae4
Public Member Functions | List of all members
hext::SyntaxError Class Reference

The exception that is thrown when parsing invalid hext. More...

Inheritance diagram for hext::SyntaxError:
Inheritance graph
[legend]
Collaboration diagram for hext::SyntaxError:
Collaboration graph
[legend]

Public Member Functions

 SyntaxError (const std::string &msg) noexcept
 

Detailed Description

The exception that is thrown when parsing invalid hext.

SyntaxError.what() will contain a detailed error message.

Definition at line 32 of file SyntaxError.h.

Constructor & Destructor Documentation

◆ SyntaxError()

hext::SyntaxError::SyntaxError ( const std::string &  msg)
explicitnoexcept

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