Merge pull request #19278 from colemanw/relationshipTypePseudoconstants
[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}