Merge pull request #19256 from demeritcowboy/is-development
[civicrm-core.git] / Civi / Crypto / Exception / CryptoException.php
1 <?php
2 namespace Civi\Crypto\Exception;
3
4 /**
5 * Class CryptException
6 */
7 class CryptoException extends \CRM_Core_Exception {
8
9 }