first
This commit is contained in:
12
system/vendor/php-http/discovery/src/Exception.php
vendored
Executable file
12
system/vendor/php-http/discovery/src/Exception.php
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Http\Discovery;
|
||||
|
||||
/**
|
||||
* An interface implemented by all discovery related exceptions.
|
||||
*
|
||||
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
|
||||
*/
|
||||
interface Exception extends \Throwable
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user