Skip to content
Snippets Groups Projects
Commit c647a1fb authored by Manos Koukoutos's avatar Manos Koukoutos
Browse files

Don't need this error

parent 9dc7d09b
No related branches found
No related tags found
No related merge requests found
/* Copyright 2009-2016 EPFL, Lausanne */
package leon
package solvers
package smtlib
import purescala.Common.Tree
case class SMTLIBUnsupportedError(t: Tree, s: SMTLIBTarget, reason: Option[String] = None)
extends Unsupported(t, s" is unsupported by ${s.targetName}" + reason.map(":\n " + _ ).getOrElse(""))(s.context)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment