fuc/vendor/php-http/discovery/src/Exception.php
2025-02-23 13:30:57 +08:00

13 lines
204 B
PHP
Executable File

<?php
namespace Http\Discovery;
/**
* An interface implemented by all discovery related exceptions.
*
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
*/
interface Exception extends \Throwable
{
}