whitelabel-plugins-update-s.../aws/Aws/Exception/CryptoException.php
2024-05-13 16:09:03 +05:00

11 lines
191 B
PHP

<?php
namespace Aws\Exception;
/**
* This class represents exceptions related to logic surrounding client-side
* encryption usage.
*/
class CryptoException extends \RuntimeException
{
}