net.relaysoft.testing.azure.blob.mock.exceptions.InvalidBlobOrBlockException.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 InvalidBlobOrBlockException() extends Exception(s"The specified blob or block content is invalid.") {
def toXML: Elem =
InvalidBlobOrBlock
{getMessage}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy