index/src/Data/QueryExecuteException.php

12 lines
220 B
PHP

<?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 {}