Base class for exceptions thrown by flag-related utilities. More...
#include <BitMask.h>
Public Member Functions | |
Exception (std::string msg="Flag error") | |
virtual const char * | what () const noexcept override |
Public Attributes | |
std::string | message |
Base class for exceptions thrown by flag-related utilities.
|
inlineexplicit |
|
inlineoverridevirtualnoexcept |
std::string util::flags::errors::Exception::message |