in plugin/src/main/kotlin/org/jetbrains/intellij/ExceptionHandler.kt [6:10]
fun exception(task: Task, message: String): Nothing {
task.logger.error("InspectionPlugin: $message")
val exception = Exception(message)
throw TaskExecutionException(task, exception)
}