Files
be-accone/vendor/aws_sdk/Aws/Exception/CryptoException.php

12 lines
191 B
PHP

<?php
namespace Aws\Exception;
/**
* This class represents exceptions related to logic surrounding client-side
* encryption usage.
*/
class CryptoException extends \RuntimeException
{
}