PrecompilerNoticeWithOutput
class PrecompilerNoticeWithOutput(val diagnostics: DiagnosticsSuite, val output: Any, val severity: Severity, message: String? = null, cause: Throwable? = null, val fatal: Boolean = false) : PrecompilerNotice
Exception which is thrown when a precompiler yields diagnostics and produces output.