Files
kulakpos_web/vendor/aws/aws-sdk-php/src/Exception/CryptoException.php

12 lines
191 B
PHP
Raw Normal View History

2026-03-30 14:54:57 +07:00
<?php
namespace Aws\Exception;
/**
* This class represents exceptions related to logic surrounding client-side
* encryption usage.
*/
class CryptoException extends \RuntimeException
{
}