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

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

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