vapor / core

🌎 Utility package containing tools for byte manipulation, Codable, OS APIs, and debugging.
MIT License
82 stars 50 forks source link

Consolidate Debuggable.stackTrace with the rest of the error types #182

Open zdnk opened 6 years ago

zdnk commented 6 years ago

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.

MrLotU commented 5 years ago

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