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

11 lines
134 B
PHP
Executable File

<?php
namespace Aws\Exception;
/**
* Class CryptoPolyfillException
*/
class CryptoPolyfillException extends \RuntimeException
{
}