for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Godsgood33\Php_Db\Exceptions;
use Exception;
/**
* Exception class for an error in the query
*
* @author Ryan Prather <[email protected]>
*/
final class QueryError extends Exception
{}