enhanced exception classes

- normalized comments
 - added a new std::string ctor
 - getters noexcept
This commit is contained in:
silverqx
2022-04-13 19:22:39 +02:00
parent b6f9b7899a
commit d5f9632470
12 changed files with 31 additions and 25 deletions
@@ -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. */