Files
kulakpos_web/vendor/php-http/discovery/src/Exception.php

13 lines
204 B
PHP
Raw Normal View History

2026-03-30 14:54:57 +07:00
<?php
namespace Http\Discovery;
/**
* An interface implemented by all discovery related exceptions.
*
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
*/
interface Exception extends \Throwable
{
}