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

io.findify.s3mock.error.InternalErrorException.scala Maven / Gradle / Ivy

The newest version!
package io.findify.s3mock.error


case class InternalErrorException(throwable: Throwable) extends Exception(s"Internal server error", throwable) {
  def toXML =
    
      InternalError
      {throwable.getMessage}
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy