core icon indicating copy to clipboard operation
core copied to clipboard

Consolidate Debuggable.stackTrace with the rest of the error types

Open zdnk opened this issue 6 years ago • 1 comments

References: https://github.com/vapor/vapor/issues/1804

The stackTrace was optional and was unreachable by trying cast error: Error to Debuggable, it was always returning nil.

zdnk avatar Nov 19 '18 12:11 zdnk

Ah. Of course. Something to keep in mind for Vapor 4 in that case.

MrLotU avatar Mar 05 '19 16:03 MrLotU