0byt3m1n1
Path:
/
home
/
kassiope
/
www
/
vendor
/
psr
/
http-client
/
src
/
[
Home
]
File: ClientExceptionInterface.php
<?php namespace Psr\Http\Client; /** * Every HTTP client related exception MUST implement this interface. */ interface ClientExceptionInterface extends \Throwable { }