CRM-18972: List of strings that cannot be localized cause the absence of ts() function
[civicrm-core.git] / Civi / Token / TokenException.php
1 <?php
2 namespace Civi\Token;
3
4 class TokenException extends \CRM_Core_Exception {
5
6 }