production/vendor/aws/aws-sdk-php/src/Exception/CryptoException.php
2025-12-01 16:12:12 +00:00

12 lines
191 B
PHP
Executable File

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