convertedException method

  1. @protected
KntException convertedException(
  1. Exception exception
)

Implementation

@protected
KntException convertedException(Exception exception) => KntException(
      KntIssue.undefined,
      additionalInfo: exception.toString(),
    );