Files
rpsls-game/system/Cache/Exceptions/ExceptionInterface.php
2019-12-02 14:56:47 -06:00

13 lines
255 B
PHP

<?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
{
}