Imported into new repository.

This commit is contained in:
flash 2022-09-13 15:13:11 +02:00
commit ac2255d24d
187 changed files with 15021 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<?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 {}