cpp-utilities/conversion/conversionexception.cpp

13 lines
191 B
C++
Raw Normal View History

2015-09-06 20:19:09 +02:00
#include "./conversionexception.h"
2015-04-22 18:36:40 +02:00
namespace CppUtilities {
2015-04-22 18:36:40 +02:00
/*!
2016-01-18 23:41:30 +01:00
* \brief Destroys the ConversionException.
2015-04-22 18:36:40 +02:00
*/
ConversionException::~ConversionException()
2017-05-01 03:13:11 +02:00
{
}
} // namespace CppUtilities