public SQLFeatureNotSupportedException(message as String = "SQL feature not supported"):
import klyn.databases.sql ex = SQLFeatureNotSupportedException("No driver is registered") print(ex.message)