summaryrefslogtreecommitdiff
path: root/core/descriptors/src/org/jetbrains/kotlin/types/error/LazyWrappedTypeComputationException.kt
blob: 44d0ee1f6dad3a2aa3a581d8f0aadbf214bf31a1 (plain)
1
2
3
4
5
6
7
8
/*
 * Copyright 2010-2022 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.types.error

abstract class LazyWrappedTypeComputationException : RuntimeException()