wishthis/vendor/knplabs/github-api/lib/Github/Exception/ExceptionInterface.php

10 lines
115 B
PHP
Raw Normal View History

2022-01-21 08:23:52 +00:00
<?php
namespace Github\Exception;
use Http\Client\Exception;
interface ExceptionInterface extends Exception
{
}