Elgg  Version master
Exception.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Elgg\Exceptions;
4 
11 class Exception extends \Exception implements ExceptionInterface {
12 
13 }
Generic interface which allows catching of all exceptions thrown in Elgg.
Base exception of exceptions in the Elgg system.
Definition: Exception.php:11