Elgg  Version 5.1
ExceptionInterface.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Elgg\Exceptions;
4 
10 interface ExceptionInterface {
11 
12 }
Generic interface which allows catching of all exceptions thrown in Elgg.