Skip to content

Commit

Permalink
Merge 86909df into ae045bb
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersouthwick committed Apr 11, 2018
2 parents ae045bb + 86909df commit 0c3548b
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 0c3548b

Please sign in to comment.