ExceptionExtensions extension
Extension on Exception to provide utility methods such as printing stack traces.
- on
Methods
-
printStackTrace(
[StackTrace? stacktrace, bool useErrorPrint = false]) → void -
Available on Exception, provided by the ExceptionExtensions extension
Prints the exception and optional StackTrace if available.