$log_level
$log_level :
Handles all database related errors including connection, SQL query, and formatting errors.
__construct(string $message,string $sql_query = '',string $server_message = '',string $action = '',string $table_name = '',string $column_name = '',string $var_type = 's',string $value = '')
Construct
string | $message | The exception message. |
string | $sql_query | The SQL query |
string | $server_message | The message from the mySQL server. |
string | $action | The action being performed. |
string | $table_name | The table name |
string | $column_name | The column name. |
string | $var_type | The type of variable, for SQL formatting errors |
string | $value | The value being formatted. |