exceptionDetails method

String exceptionDetails()

Get the complete exception details

Implementation

String exceptionDetails() => '$runtimeType: $message\n$stackTrace';