관리-도구
편집 파일: GuzzleException.php
<?php namespace GuzzleHttp\Exception; use Psr\Http\Client\ClientExceptionInterface; interface GuzzleException extends ClientExceptionInterface { }