Skip to content
Snippets Groups Projects
Commit ae311458 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

fix typo in cause of a thrown exception

parent 13814591
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ public:
std::string groupName = ext::to_string < object::Object > ( );
std::string typeName = ext::to_string < Type > ( );
 
throw::exception::CommonException ( "Parse callback of " + typeName + " already registered in group " + groupName + "." );
throw::exception::CommonException ( "Compose callback of " + typeName + " already registered in group " + groupName + "." );
}
}
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment