net.relaysoft.testing.azure.blob.mock.exceptions.ContainerAlreadyExistsException.scala Maven / Gradle / Ivy
package net.relaysoft.testing.azure.blob.mock.exceptions
import scala.xml.Elem
case class ContainerAlreadyExistsException() extends Exception(s"The specified container already exists.") {
def toXML: Elem =
ContainerAlreadyExists
{getMessage}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy