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

skinny.micro.multipart.SizeConstraintExceededException.scala Maven / Gradle / Ivy

package skinny.micro.multipart

class SizeConstraintExceededException(
  message: String,
  t: Throwable) extends Exception(message, t)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy