com.iodesystems.db.search.errors.InvalidSearchStringException.kt Maven / Gradle / Ivy
package com.iodesystems.db.search.errors
class InvalidSearchStringException(message: String?, cause: Throwable?) : Exception(message, cause)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy