
commonMain.com.algolia.search.exception.EmptyStringException.kt Maven / Gradle / Ivy
package com.algolia.search.exception
/**
* This exception is thrown when an illegal empty [String] is encountered.
*/
public class EmptyStringException(name: String) : IllegalArgumentException("$name must not have an empty string value.")
© 2015 - 2025 Weber Informatics LLC | Privacy Policy