Open zdnk opened 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.
stackTrace
error: Error
Debuggable
Ah. Of course. Something to keep in mind for Vapor 4 in that case.
References: https://github.com/vapor/vapor/issues/1804
The
stackTrace
was optional and was unreachable by trying casterror: Error
toDebuggable
, it was always returning nil.