We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c290c commit c9be2a8Copy full SHA for c9be2a8
CHANGELOG.md
@@ -17,6 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
default and also python-gvm in editable mode. This means after running
18
`poetry install` gvm will directly be importable in the virtual python
19
environment. [#197](https://github.com/greenbone/python-gvm/pull/197)
20
+* Update error classes to always have meaningful `__str__` and `__repr__`
21
+ method. This allows for easier error printing
22
+ [#199](https://github.com/greenbone/python-gvm/pull/199)
23
24
[unreleased]: https://github.com/greenbone/python-gvm/compare/v1.3.0...master
25
0 commit comments