Initial Commit
This commit is contained in:
11
dependencies/amphp/http-client/src/MissingAttributeError.php
vendored
Normal file
11
dependencies/amphp/http-client/src/MissingAttributeError.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace WP_Ultimo\Dependencies\Amp\Http\Client;
|
||||
|
||||
final class MissingAttributeError extends \Error
|
||||
{
|
||||
public function __construct(string $message)
|
||||
{
|
||||
parent::__construct($message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user