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 missing parameters
*
* @author Ryan Prather <[email protected]>
*/
final class ConnectError extends Exception
{}