updated-packages
This commit is contained in:
11
vendor/aws/aws-sdk-php/src/Exception/CryptoException.php
vendored
Normal file
11
vendor/aws/aws-sdk-php/src/Exception/CryptoException.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace Aws\Exception;
|
||||
|
||||
/**
|
||||
* This class represents exceptions related to logic surrounding client-side
|
||||
* encryption usage.
|
||||
*/
|
||||
class CryptoException extends \RuntimeException
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user