Skip to content

Commit

Permalink
Add a message to the ExtractionFailed exception (#1620)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbovel authored Dec 11, 2024
1 parent b8b76f4 commit 269b00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/stainless/extraction/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ package object extraction {
object printer extends Printer { val trees: extraction.trees.type = extraction.trees }
}

case class ExtractionFailed() extends Exception
case class ExtractionFailed() extends Exception("Extraction failed")
case class MalformedStainlessCode(tree: inox.ast.Trees#Tree, msg: String)
extends Exception(msg)

Expand Down

0 comments on commit 269b00d

Please sign in to comment.