net.relaysoft.testing.azure.blob.mock.exceptions.BlobNotFoundException.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-blob-mock Show documentation
Show all versions of azure-blob-mock Show documentation
Azure blob storage service mock
The newest version!
package net.relaysoft.testing.azure.blob.mock.exceptions
import scala.xml.Elem
case class BlobNotFoundException() extends Exception(s"The specified blob does not exist.") {
def toXML: Elem =
BlobNotFound
{getMessage}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy