]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - lib/noticesaveexception.php
*** Privacy Leak fixed: ***
[quix0rs-gnu-social.git] / lib / noticesaveexception.php
1 <?php
2
3 if (!defined('GNUSOCIAL')) { exit(1); }
4
5 /**
6  * Base exception class for when a notice cannot be saved
7  *
8  * @category Exception
9  * @package  GNUsocial
10  * @author   Mikael Nordfeldth <mmn@hethane.se>
11  * @license  https://www.gnu.org/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
12  * @link     https://gnu.io/social
13  */
14
15 class NoticeSaveException extends ServerException
16 {
17 }