IR: move CompilationErrorException to frontend.common

This commit is contained in:
Alexander Udalov
2021-02-21 13:33:13 +01:00
parent 1ae46b529f
commit 837eb739ea
5 changed files with 14 additions and 8 deletions
@@ -0,0 +1,8 @@
/*
* Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
package org.jetbrains.kotlin.analyzer
class CompilationErrorException : RuntimeException()