Adding documentation

This commit is contained in:
AnonymusRaccoon
2020-01-27 19:02:49 +01:00
parent c1cfcf6881
commit ab71231fd8
4 changed files with 41 additions and 1 deletions
@@ -9,6 +9,7 @@
namespace ComSquare
{
//! @brief When this is thrown, it means that we should work more.
class NotImplementedException : std::exception {
public:
explicit NotImplementedException() = default;