passwordfile/io/parsingexception.cpp

11 lines
171 B
C++

#include "./parsingexception.h"
namespace Io {
/*!
* \class ParsingException
* \brief The exception that is thrown when a parsing error occurs.
*/
} // namespace Io