mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-24 11:49:14 -05:00
enhanced exception classes
- normalized comments - added a new std::string ctor - getters noexcept
This commit is contained in:
@@ -12,7 +12,7 @@ TINYORM_BEGIN_COMMON_NAMESPACE
|
||||
namespace Orm::Exceptions
|
||||
{
|
||||
|
||||
/*! Invalid template argument exception. */
|
||||
/*! TinyORM invalid template argument exception. */
|
||||
class InvalidTemplateArgumentError : public InvalidArgumentError
|
||||
{
|
||||
/*! Inherit constructors. */
|
||||
|
||||
Reference in New Issue
Block a user