暂存
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Illuminate\Http\Client;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class StrayRequestException extends RuntimeException
|
||||
{
|
||||
public function __construct(string $uri)
|
||||
{
|
||||
parent::__construct('Attempted request to ['.$uri.'] without a matching fake.');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user