Skip to content

Commit

Permalink
update exception
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-du-car committed Apr 16, 2024
1 parent b982d26 commit c8fcc43
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ namespace RSUHealthMonitor
{
class RSUConfigurationException : public std::runtime_error
{
private:
std::string message;

public:
RSUConfigurationException(const char *msg) : runtime_error(msg){};
};

}

0 comments on commit c8fcc43

Please sign in to comment.