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

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

interface ExceptionInterface
{
}