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

net.relaysoft.testing.azure.blob.mock.exceptions.InternalErrorException.scala Maven / Gradle / Ivy

The newest version!
package net.relaysoft.testing.azure.blob.mock.exceptions

import scala.xml.Elem

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy