mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-14 17:13:01 -07:00
* Simplifies & beautifies everything * Introduces a new Class system. * Errors are defaulted to AWS's handler. * New function names & more efficient handling. * Should fix a majority of the errors. Please read the README for more!
11 lines
160 B
PHP
11 lines
160 B
PHP
<?php
|
|
namespace Aws\Exception;
|
|
|
|
/**
|
|
* Class CryptoPolyfillException
|
|
* @package Aws\Exception
|
|
*/
|
|
class CryptoPolyfillException extends \RuntimeException
|
|
{
|
|
|
|
}
|