Returns a string representation of the exception
@override String toString() { return 'Please report this exception to the package authors' '(code: $code, message: $message, details: $details}'; }