golden hour
/home/doctorbruno/.trash/google-site-kit.1/third-party/psr/http-client/src
⬆️ Go Up
Upload
File/Folder
Size
Actions
ClientExceptionInterface.php
200 B
Del
OK
ClientInterface.php
586 B
Del
OK
NetworkExceptionInterface.php
715 B
Del
OK
RequestExceptionInterface.php
643 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