11 lines
134 B
PHP
Executable File
11 lines
134 B
PHP
Executable File
<?php
|
|
namespace Aws\Exception;
|
|
|
|
/**
|
|
* Class CryptoPolyfillException
|
|
*/
|
|
class CryptoPolyfillException extends \RuntimeException
|
|
{
|
|
|
|
}
|