mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-11-13 19:33:09 +09:00
10 lines
115 B
PHP
10 lines
115 B
PHP
<?php
|
|
|
|
namespace Github\Exception;
|
|
|
|
use Http\Client\Exception;
|
|
|
|
interface ExceptionInterface extends Exception
|
|
{
|
|
}
|