You are here

public function MockHandler::reset in Auth0 Single Sign On 8.2

File

vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php, line 178

Class

MockHandler
Handler that returns responses or throw exceptions from a queue.

Namespace

GuzzleHttp\Handler

Code

public function reset() {
  $this->queue = [];
}