TableDoesNotExistException

class TableDoesNotExistException(msg: String = "TableDoesNotExistException: The table in the database does not exist!") : RuntimeException(source)

Author

rossetti

Constructors

Link copied to clipboard
constructor(msg: String = "TableDoesNotExistException: The table in the database does not exist!")