<?php
// QueryExecuteException.php
// Created: 2021-05-02
// Updated: 2021-05-12

namespace Index\Data;

/**
 * Exception to be thrown when query execution fails.
 */
class QueryExecuteException extends DataException {}