Skip to content

Commit

Permalink
improve error message for schema not found
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersouthwick committed Apr 11, 2018
1 parent d7c21e7 commit 6af8345
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 6af8345

Please sign in to comment.