3 Commits

Author SHA1 Message Date
Martin-Molinero e2261ffa80 Improve python exception parsing
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
- Improve python exception parsing adding support for line shift. Adding
  unit tests
2021-08-05 17:38:39 -03:00
Stefano Raggi 57d50c69c4 Fix XML documentation compiler warnings
- Fixed all warnings except for missing XML comments (CS1591)
2018-11-09 11:44:03 +01:00
AlexCatarino 30263b2a51 Implements catch-all Python Exception Interpreter
Implements `PythonExceptionInterpreter` that works as a "catch-all" exception intrepreter for `PythonException`. Since it can interpret more specific python exceptions that are already covered by other interpreters, its `Order` is set to `int.MaxValue` to be the last to be tested.
2018-03-12 22:32:26 +00:00