mirror of
https://bitbucket.org/Mattrixwv/projecteulercpp.git
synced 2025-12-07 01:23:57 -05:00
Added messages to Unsolved exception
This commit is contained in:
@@ -18,6 +18,9 @@ private:
|
||||
public:
|
||||
Unsolved(){}
|
||||
Unsolved(std::string message) : message(message){}
|
||||
std::string getMessage(){
|
||||
return message;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user