friendica/vendor/defuse/php-encryption/src/Exception/CryptoException.php

8 lines
88 B
PHP

<?php
namespace Defuse\Crypto\Exception;
class CryptoException extends \Exception
{
}