All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala-play-server.app.exceptions.scala.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
package {{basePackage}}

object OpenApiExceptions {
  class MissingRequiredParameterException(paramName: String, paramType: String) extends Exception(s"Missing required $paramType parameter `$paramName`.")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy