Initial Commit
This commit is contained in:
8
dependencies/amphp/hpack/src/HPackException.php
vendored
Normal file
8
dependencies/amphp/hpack/src/HPackException.php
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
declare (strict_types=1);
|
||||
namespace WP_Ultimo\Dependencies\Amp\Http;
|
||||
|
||||
final class HPackException extends \Exception
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user