Imported into new repository.
This commit is contained in:
commit
ac2255d24d
187 changed files with 15021 additions and 0 deletions
src/Data
11
src/Data/QueryExecuteException.php
Normal file
11
src/Data/QueryExecuteException.php
Normal 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 {}
|
Loading…
Add table
Add a link
Reference in a new issue