File "CryptoException.php"
Full Path: /home/bettaeza/flyinsyria.com/aws/aws-sdk-php/src/Exception/CryptoException.php
File size: 202 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Aws\Exception;
/**
* This class represents exceptions related to logic surrounding client-side
* encryption usage.
*/
class CryptoException extends \RuntimeException
{
}