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

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

interface ExceptionInterface
{
}