lithium\data\model\QueryException

Extends RuntimeException
class

The QueryException is thrown when a CRUD operation on the database returns an error.

Source

class QueryException extends \RuntimeException {

	protected $code = 500;
}