Packages

package exception

Type Members

  1. abstract class IrException extends InternalException
  2. final case class ParsingException(msg: String) extends IrException with Product with Serializable
  3. final case class PatternConversionException(msg: String) extends IrException with Product with Serializable
  4. final case class TypingException(msg: String, cause: Option[Throwable] = None) extends IrException with Product with Serializable

Ungrouped