2018-10-18 15:59:38 +01:00

10 lines
115 B
PHP

<?php
namespace Github\Exception;
use Http\Client\Exception;
interface ExceptionInterface extends Exception
{
}