mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-05 03:13:20 +08:00
10 lines
115 B
PHP
10 lines
115 B
PHP
<?php
|
|
|
|
namespace Github\Exception;
|
|
|
|
use Http\Client\Exception;
|
|
|
|
interface ExceptionInterface extends Exception
|
|
{
|
|
}
|