Resources/Http/Discovery/Exception.php
Dennis Eichhorn 7e0153ea0f perm change
2023-03-25 22:32:11 +00:00

15 lines
219 B
PHP
Executable File

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