mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-09-17 01:45:35 +08:00

This is the natural extension of #513 which already removed a lot of regex parsing. The `ExceptionParser` class is renamed into `ExceptionConverter` because there is no more string parsing performed at all. `Exception` is converted into `ExceptionInfo` and `StackFrame` is converted into `StackFrameInfo`.