mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-11-16 12:52:38 +09:00
changes
This commit is contained in:
9
vendor/knplabs/github-api/lib/Github/Exception/ExceptionInterface.php
vendored
Normal file
9
vendor/knplabs/github-api/lib/Github/Exception/ExceptionInterface.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Github\Exception;
|
||||
|
||||
use Http\Client\Exception;
|
||||
|
||||
interface ExceptionInterface extends Exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user