golden hour
/home/doctorbruno/.trash/google-site-kit/third-party/psr/http-client/src
⬆️ Go Up
Upload
File/Folder
Size
Actions
ClientExceptionInterface.php
200 B
Del
OK
ClientInterface.php
681 B
Del
OK
NetworkExceptionInterface.php
809 B
Del
OK
RequestExceptionInterface.php
737 B
Del
OK
Edit: ClientExceptionInterface.php
<?php namespace Google\Site_Kit_Dependencies\Psr\Http\Client; /** * Every HTTP client related exception MUST implement this interface. */ interface ClientExceptionInterface extends \Throwable { }
Save