Newer
Older
framework / system / Exceptions / ExceptionInterface.php
@Jim Parry Jim Parry on 1 Dec 2018 243 bytes Release 4.0.0-alpha.3
<?php namespace CodeIgniter\Exceptions;

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

interface ExceptionInterface
{
}