Joomla - Implement getUfId(). Fix '@user:<name>'.
[civicrm-core.git] / CRM / Extension / Exception.php
CommitLineData
6a488035
TO
1<?php
2/*
3 +--------------------------------------------------------------------+
bc77d7c0 4 | Copyright CiviCRM LLC. All rights reserved. |
6a488035 5 | |
bc77d7c0
TO
6 | This work is published under the GNU AGPLv3 license with some |
7 | permitted exceptions and without any warranty. For full license |
8 | and copyright information, see https://civicrm.org/licensing |
6a488035 9 +--------------------------------------------------------------------+
d25dd0ee 10 */
6a488035 11
28518c90
EM
12/**
13 * Class CRM_Extension_Exception
4faa436b
SB
14 *
15 * @package CRM
ca5cec67 16 * @copyright CiviCRM LLC https://civicrm.org/licensing
28518c90 17 */
6a488035
TO
18class CRM_Extension_Exception extends CRM_Core_Exception {
19}