describe method
Used for the output of certain evaluation schemas.
Implementation
String describe({bool includeThrownBy = true}) {
return "Exception: $message${statement != null && includeThrownBy ? '\n> Thrown by: ${statement!.toScript()}' : ''}";
}