drogon
C++14/17-based HTTP application framework
Loading...
Searching...
No Matches
drogon::orm::ConversionError Class Reference

Value conversion failed, e.g. when converting "Hello" to int. More...

#include <drogon/orm/Exception.h>

Inheritance diagram for drogon::orm::ConversionError:
Collaboration diagram for drogon::orm::ConversionError:

Public Member Functions

DROGON_EXPORT ConversionError (const std::string &)
Public Member Functions inherited from drogon::orm::DrogonDbException
virtual ~DrogonDbException () noexcept
 Support run-time polymorphism, and keep this class abstract.

Detailed Description

Value conversion failed, e.g. when converting "Hello" to int.


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