暂存
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Illuminate\Http\Client;
|
||||
|
||||
class BatchInProgressException extends HttpClientException
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct('You cannot add requests to a batch that is already in progress.');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user