public SQLFeatureNotSupportedException(message as String = "SQL feature not supported"):
Creates a feature-not-supported exception.
| Parameter | Description |
|---|---|
message | Human-readable explanation. |
import klyn.databases.sql
ex = SQLFeatureNotSupportedException("No driver is registered")
print(ex.message)