mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-28 00:31:38 +00:00
Fixing a bug with the write in 0x0
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
namespace ComSquare
|
||||
{
|
||||
//! @brief When this is thrown, it means that we should work more.
|
||||
class NotImplementedException : std::exception {
|
||||
class NotImplementedException : public std::exception {
|
||||
public:
|
||||
explicit NotImplementedException() = default;
|
||||
const char *what() const noexcept override { return "Not implemented yet."; }
|
||||
|
||||
Reference in New Issue
Block a user