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

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

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