Removed dead code and improve test coverage

This commit is contained in:
Bartek Kryza
2023-01-18 21:32:21 +01:00
parent 00b9321034
commit a9f793e407
30 changed files with 98 additions and 174 deletions

View File

@@ -28,10 +28,4 @@ struct uml_alias_missing : public virtual std::runtime_error {
}
};
struct substring_delimiter_not_found : public virtual std::runtime_error {
substring_delimiter_not_found(const std::string &message)
: std::runtime_error(message)
{
}
};
} // namespace clanguml::error