cpp-bencoding
Public Member Functions | List of all members
bencoding::DecodingError Class Reference

Exception thrown when there is an error during the decoding. More...

#include <Decoder.h>

Inheritance diagram for bencoding::DecodingError:

Public Member Functions

 DecodingError (const std::string &what)
 Constructs a new exception with the given message. More...
 

Detailed Description

Exception thrown when there is an error during the decoding.

Constructor & Destructor Documentation

◆ DecodingError()

bencoding::DecodingError::DecodingError ( const std::string &  what)
explicit

Constructs a new exception with the given message.


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