blob: 740ff885b606f01e5ee2b7ff9553a08abee14bb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
/**
* Exceptions.
* Define some globally useful exception classes.
*
* @package Elgg
* @subpackage Exceptions
* @author Curverider Ltd <info@elgg.com>
* @link http://elgg.org/
*/
|