\Omega\Database\Exception QueryException

QueryException class.

The QueryException is thrown when there is an error executing a database query. This exception serves to indicate issues such as malformed SQL statements, syntax errors, or other problems encountered during the execution of a query against the database.

By utilizing this exception, the database package can provide clearer error handling and reporting mechanisms, allowing developers to quickly identify and rectify issues related to database interactions.

Summary

Methods
Properties
Constants
No public methods found
No public properties found
No public constants found
No protected methods found
No protected properties found
No protected constants found
No private methods found
No private properties found
No private constants found