mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 06:40:33 -04:00
Improve exceptions in DB classes
This commit is contained in:
parent
fdca261133
commit
e14988ff8c
4 changed files with 29 additions and 38 deletions
5
lib/Exceptions/DatabaseQueryException.php
Normal file
5
lib/Exceptions/DatabaseQueryException.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class DatabaseQueryException extends AppException{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue