1#ifndef CONVERSION_UTILITIES_CONVERSIONEXCEPTION_H
2#define CONVERSION_UTILITIES_CONVERSIONEXCEPTION_H
29 : runtime_error("unable to convert")
47 : std::runtime_error(what)
The ConversionException class is thrown by the various conversion functions of this library when a co...
ConversionException() noexcept
Constructs a new ConversionException.
#define CPP_UTILITIES_EXPORT
Marks the symbol to be exported by the c++utilities library.
Contains all utilities provides by the c++utilities library.