Files
pancake/system/vendor/php-http/discovery/src/Exception.php
Tim Bendt 6b9ef7ca55 first
2025-11-25 00:16:35 -05: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
{
}