libfacade 1.1
A library for manipulating PNG images with payloads.
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
facade::exception::InvalidBase64Character Class Reference

An exception thrown when encountering an invalid Base64 character. More...

#include <exception.hpp>

Inheritance diagram for facade::exception::InvalidBase64Character:
facade::exception::Exception

Public Member Functions

 InvalidBase64Character (char c)
 
- Public Member Functions inherited from facade::exception::Exception
 Exception ()
 
 Exception (const std::string &error)
 
const char * what () const noexcept
 Get a C-string representation of the error. Adds compatibility with std::exception.
 

Public Attributes

char c
 The offending character which was encountered.
 
- Public Attributes inherited from facade::exception::Exception
std::string error
 The resulting error string provided by the exception.
 

Detailed Description

An exception thrown when encountering an invalid Base64 character.

See also
facade::BASE64_ALPHA

Constructor & Destructor Documentation

◆ InvalidBase64Character()

facade::exception::InvalidBase64Character::InvalidBase64Character ( char  c)
inline

Member Data Documentation

◆ c

char facade::exception::InvalidBase64Character::c

The offending character which was encountered.


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