Skip to content

Commit

Permalink
Merge 6af8345 into d7c21e7
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersouthwick committed Apr 11, 2018
2 parents d7c21e7 + 6af8345 commit 26c97dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@ object SwaggerEndpointSpecificationProvider {
}
}

case class SchemaNotFoundException(path : SchemaPath) extends IllegalStateException
case class SchemaNotFoundException(path : SchemaPath) extends IllegalStateException(s"Schema not found: ${path.asString.mkString(",")}")

0 comments on commit 26c97dc

Please sign in to comment.