Reduces vagueness of createTags tag count error

This commit is contained in:
2025-11-02 15:17:49 -05:00
parent bfd0ea2a1e
commit 79578edc06

View File

@@ -34,7 +34,7 @@ QFuture< std::vector< TagID > > IDHANClient::createTags(
QJsonArray array {};
if ( tags.empty() ) throw std::runtime_error( "Needs more then 1 tag to make" );
if ( tags.empty() ) throw std::runtime_error( "IDHANClient::createTags Needs more then 1 tag to make" );
for ( const auto& [ namespace_text, subtag_text ] : tags )
{