Merge pull request #19317 from ahed-compucorp/dev/core#2285
[civicrm-core.git] / Civi / Crypto / Exception / CryptoException.php
CommitLineData
281eacd8
TO
1<?php
2namespace Civi\Crypto\Exception;
3
4/**
5 * Class CryptException
6 */
7class CryptoException extends \CRM_Core_Exception {
8
9}