/home/hdwebsolution/www/try/sareensurgicals/system/Database/Exceptions/ExceptionInterface.php
<?php namespace CodeIgniter\Database\Exceptions;

/**
 * Provides a domain-level interface for broad capture
 * of all database-related exceptions.
 *
 * catch (\CodeIgniter\Database\Exceptions\ExceptionInterface) { ... }
 */

interface ExceptionInterface extends \CodeIgniter\Exceptions\ExceptionInterface
{

}