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

com.github.mkorman9.exception.TableNotFoundException.scala Maven / Gradle / Ivy

There is a newer version: 0.7
Show newest version
package com.github.mkorman9.exception

/**
  * Thrown when table is not found in the database
  *
  * @param message Human readable message
  */
class TableNotFoundException(message: String) extends RuntimeException(message)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy