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 ae045bb commit 86909df
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 86909df

Please sign in to comment.