toException method

ArtifactsException toException()

Implementation

ArtifactsException toException() {
  return ArtifactsException(ErrorMsg.toString(), this.Error);
}