9 lines
115 B
PHP
9 lines
115 B
PHP
<?php
|
|
|
|
namespace Github\Exception;
|
|
|
|
use Http\Client\Exception;
|
|
|
|
interface ExceptionInterface extends Exception
|
|
{
|
|
}
|