mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-24 11:49:14 -05:00
enabled clazy copyable-polymorphic check
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Orm::Exceptions
|
||||
{
|
||||
|
||||
/*! TinyORM invalid template argument exception. */
|
||||
class InvalidTemplateArgumentError : public InvalidArgumentError
|
||||
class InvalidTemplateArgumentError : public InvalidArgumentError // clazy:exclude=copyable-polymorphic
|
||||
{
|
||||
/*! Inherit constructors. */
|
||||
using InvalidArgumentError::InvalidArgumentError;
|
||||
|
||||
Reference in New Issue
Block a user