wishthis/vendor/knplabs/github-api/lib/Github/Exception/ErrorException.php
2022-01-21 09:23:52 +01:00

10 lines
170 B
PHP

<?php
namespace Github\Exception;
/**
* @author Joseph Bielawski <stloyd@gmail.com>
*/
class ErrorException extends \ErrorException implements ExceptionInterface
{
}