Contents ../ Properties $code lithium\data\model\QueryException Extends RuntimeException class The QueryException is thrown when a CRUD operation on the database returns an error. Related lithium\data\model\Query Source class QueryException extends \RuntimeException { protected $code = 500; }