package exception
Type Members
- abstract class IrException extends InternalException
- final case class ParsingException(msg: String) extends IrException with Product with Serializable
- final case class PatternConversionException(msg: String) extends IrException with Product with Serializable
- final case class TypingException(msg: String, cause: Option[Throwable] = None) extends IrException with Product with Serializable