mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
10 lines
134 B
PHP
10 lines
134 B
PHP
<?php
|
|
namespace Aws\Exception;
|
|
|
|
/**
|
|
* Class CryptoPolyfillException
|
|
*/
|
|
class CryptoPolyfillException extends \RuntimeException
|
|
{
|
|
|
|
}
|