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