mirror of
https://gh.wpcy.net/https://github.com/pixelabs-wp/whitelabel-plugins-update-server.git
synced 2026-04-19 04:13:45 +08:00
11 lines
191 B
PHP
11 lines
191 B
PHP
<?php
|
|
namespace Aws\Exception;
|
|
|
|
/**
|
|
* This class represents exceptions related to logic surrounding client-side
|
|
* encryption usage.
|
|
*/
|
|
class CryptoException extends \RuntimeException
|
|
{
|
|
|
|
}
|