File "CryptoException.php"
Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/aws/aws-sdk-php/src/Exception/CryptoException.php
File size: 191 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
{
}